Searched refs:SOTP_STATUS_1 (Results 1 – 3 of 3) sorted by relevance
39 #define SOTP_STATUS_1 (SOTP_REGS_OTP_BASE + 0x001c) macro101 while ((mmio_read_32(SOTP_STATUS_1) & BIT(SOTP_STATUS_1__CMD_DONE)) != in sotp_mem_read()109 (mmio_read_32(SOTP_STATUS_1) & BIT(SOTP_STATUS_1__ECC_DET))) { in sotp_mem_read()121 mmio_setbits_32(SOTP_STATUS_1, BIT(SOTP_STATUS_1__CMD_DONE)); in sotp_mem_read()207 while ((mmio_read_32(SOTP_STATUS_1) & in sotp_mem_write()213 mmio_setbits_32(SOTP_STATUS_1, BIT(SOTP_STATUS_1__CMD_DONE)); in sotp_mem_write()240 while ((mmio_read_32(SOTP_STATUS_1) & BIT(SOTP_STATUS_1__CMD_DONE)) != in sotp_mem_write()245 mmio_setbits_32(SOTP_STATUS_1, BIT(SOTP_STATUS_1__CMD_DONE)); in sotp_mem_write()
18 #define SOTP_STATUS_1 (SOTP_REGS_OTP_BASE + 0x001c) macro
243 } else if (!(mmio_read_32(SOTP_STATUS_1) & SOTP_DAUTH_ECC_ERROR_MASK)) { in plat_get_rotpk_info()
Completed in 4 milliseconds