Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvmem/
Dimx-ocotp.c50 #define IMX_OCOTP_BM_CTRL_ERROR 0x00000200 macro
80 mask = IMX_OCOTP_BM_CTRL_BUSY | IMX_OCOTP_BM_CTRL_ERROR | flags; in imx_ocotp_wait_for_busy()
104 if (c & IMX_OCOTP_BM_CTRL_ERROR) in imx_ocotp_wait_for_busy()
117 if (!(c & IMX_OCOTP_BM_CTRL_ERROR)) in imx_ocotp_clr_err_if_set()
120 writel(IMX_OCOTP_BM_CTRL_ERROR, base + IMX_OCOTP_ADDR_CTRL_CLR); in imx_ocotp_clr_err_if_set()