Searched refs:bm_ctrl_error (Results 1 – 1 of 1) sorted by relevance
104 u32 bm_ctrl_busy, bm_ctrl_error; in imx_ocotp_wait_for_busy() local108 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() local147 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()