Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/
A Dplat_ble_setup.c142 unsigned int chip_rev_id; in ble_get_ap_type() local
144 chip_rev_id = mmio_read_32(MVEBU_CSS_GWD_CTRL_IIDR2_REG); in ble_get_ap_type()
145 chip_rev_id = ((chip_rev_id & GWD_IIDR2_CHIP_ID_MASK) >> in ble_get_ap_type()
148 return chip_rev_id; in ble_get_ap_type()

Completed in 3 milliseconds