Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dimx_ocotp.c33 #define OCOTP_CTRL_ERROR BIT32(10) macro
38 #define OCOTP_CTRL_ERROR BIT32(9) macro
152 io_write32(g_base_addr + OCOTP_CTRL_CLR, OCOTP_CTRL_ERROR); in imx_ocotp_read()
191 io_write32(g_base_addr + OCOTP_CTRL_CLR, OCOTP_CTRL_ERROR); in imx_ocotp_write()
272 io_write32(g_base_addr + OCOTP_CTRL_CLR, OCOTP_CTRL_ERROR); in ocotp_write_fuse()
292 if (io_read32(g_base_addr + OCOTP_CTRL) & OCOTP_CTRL_ERROR) { in ocotp_write_fuse()