Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/brcm/board/common/
A Dboard_arm_trusted_boot.c68 uint64_t section3_row0_data; in plat_is_trusted_boot() local
70 section3_row0_data = sotp_mem_read(SOTP_DEVICE_SECURE_CFG0_ROW, 0); in plat_is_trusted_boot()
72 if ((section3_row0_data & SOTP_DEVICE_SECURE_CFG0_AB_MASK) == 0) { in plat_is_trusted_boot()
92 uint64_t section3_row0_data; in plat_fast_auth_enabled() local
95 section3_row0_data = in plat_fast_auth_enabled()
103 (section3_row0_data & SOTP_DEVICE_SECURE_CFG0_DEV_MASK) && in plat_fast_auth_enabled()
104 (section3_row0_data & SOTP_DEVICE_SECURE_CFG0_CID_MASK) && in plat_fast_auth_enabled()

Completed in 2 milliseconds