Searched refs:section3_row0_data (Results 1 – 1 of 1) sorted by relevance
68 uint64_t section3_row0_data; in plat_is_trusted_boot() local70 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() local95 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