Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/common/
Dplat_ble_setup.c207 if (ble_get_ap_type() == CHIP_ID_AP807) { in ble_plat_avs_config()
327 if ((ap_type != CHIP_ID_AP807) && (avs_step[1] < 0x33)) { in avs_update_from_eeprom()
331 } else if (ap_type == CHIP_ID_AP807 && (avs_step[2] < 0x4)) { in avs_update_from_eeprom()
413 if (ap_type != CHIP_ID_AP807) { in ble_plat_svc_config()
603 if (ap_type != CHIP_ID_AP807) in ble_plat_svc_config()
749 if (ble_get_ap_type() == CHIP_ID_AP807) in ble_plat_setup()
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/common/include/
Da8k_plat_def.h24 #define CHIP_ID_AP807 0x807 macro