Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/brcm/
Dsotp.c143 uint32_t chip_state = mmio_read_32(SOTP_REGS_SOTP_CHIP_STATES); in sotp_mem_write()
153 if (chip_state & chip_state_default) { in sotp_mem_write()
254 if (chip_state & chip_state_default) in sotp_mem_write()
/external/arm-trusted-firmware/plat/brcm/board/common/
Dboard_arm_trusted_boot.c90 uint32_t chip_state; in plat_fast_auth_enabled() local
99 chip_state = mmio_read_32(SOTP_REGS_SOTP_CHIP_STATES); in plat_fast_auth_enabled()
106 (chip_state & SOTP_CHIP_STATES_MANU_DEBUG_MASK)) in plat_fast_auth_enabled()