Home
last modified time | relevance | path

Searched refs:sw_ver (Results 1 – 1 of 1) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/
A Dplat_ble_setup.c363 uint16_t svc[4], perr[4], i, sw_ver; in ble_plat_svc_config() local
387 sw_ver = (efuse >> EFUSE_AP_LD0_SWREV_OFFS) & EFUSE_AP_LD0_SWREV_MASK; in ble_plat_svc_config()
388 if (sw_ver < 1) { in ble_plat_svc_config()
389 NOTICE("SVC: SW Revision 0x%x. SVC is not supported\n", sw_ver); in ble_plat_svc_config()
438 if ((sw_ver >= min_sw_ver) && in ble_plat_svc_config()

Completed in 5 milliseconds