Home
last modified time | relevance | path

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

/openbmc/linux/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()