Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/brcm/board/common/
Dboard_arm_trusted_boot.c67 uint64_t section3_row0_data; in plat_is_trusted_boot() local
69 section3_row0_data = sotp_mem_read(SOTP_DEVICE_SECURE_CFG0_ROW, 0); in plat_is_trusted_boot()
71 if ((section3_row0_data & SOTP_DEVICE_SECURE_CFG0_AB_MASK) == 0) { in plat_is_trusted_boot()
91 uint64_t section3_row0_data; in plat_fast_auth_enabled() local
94 section3_row0_data = in plat_fast_auth_enabled()
102 (section3_row0_data & SOTP_DEVICE_SECURE_CFG0_DEV_MASK) && in plat_fast_auth_enabled()
103 (section3_row0_data & SOTP_DEVICE_SECURE_CFG0_CID_MASK) && in plat_fast_auth_enabled()