Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/
Dplat_ble_setup.c219 if (ble_get_ap_type() == CHIP_ID_AP807) { in ble_plat_avs_config()
339 if ((ap_type != CHIP_ID_AP807) && (avs_step[1] < 0x33)) { in avs_update_from_eeprom()
343 } else if (ap_type == CHIP_ID_AP807 && (avs_step[2] < 0x4)) { in avs_update_from_eeprom()
425 if (ap_type != CHIP_ID_AP807) { in ble_plat_svc_config()
615 if (ap_type != CHIP_ID_AP807) in ble_plat_svc_config()
757 if (ble_get_ap_type() == CHIP_ID_AP807) in ble_plat_setup()
/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/include/
Da8k_plat_def.h24 #define CHIP_ID_AP807 0x807 macro