Home
last modified time | relevance | path

Searched refs:bm_ctrl_error (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvmem/
H A Dimx-ocotp.c104 u32 bm_ctrl_busy, bm_ctrl_error; in imx_ocotp_wait_for_busy() local
108 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_wait_for_busy()
110 mask = bm_ctrl_busy | bm_ctrl_error | flags; in imx_ocotp_wait_for_busy()
134 if (c & bm_ctrl_error) in imx_ocotp_wait_for_busy()
144 u32 c, bm_ctrl_error; in imx_ocotp_clr_err_if_set() local
147 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_clr_err_if_set()
150 if (!(c & bm_ctrl_error)) in imx_ocotp_clr_err_if_set()
153 writel(bm_ctrl_error, base + IMX_OCOTP_ADDR_CTRL_CLR); in imx_ocotp_clr_err_if_set()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dimx-ocotp.c105 u32 bm_ctrl_busy, bm_ctrl_error; in imx_ocotp_wait_for_busy() local
109 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_wait_for_busy()
111 mask = bm_ctrl_busy | bm_ctrl_error | flags; in imx_ocotp_wait_for_busy()
135 if (c & bm_ctrl_error) in imx_ocotp_wait_for_busy()
145 u32 c, bm_ctrl_error; in imx_ocotp_clr_err_if_set() local
148 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_clr_err_if_set()
151 if (!(c & bm_ctrl_error)) in imx_ocotp_clr_err_if_set()
154 writel(bm_ctrl_error, base + IMX_OCOTP_ADDR_CTRL_CLR); in imx_ocotp_clr_err_if_set()

Completed in 2 milliseconds