Searched refs:bm_ctrl_error (Results 1 – 1 of 1) sorted by relevance
106 u32 bm_ctrl_busy, bm_ctrl_error; in imx_ocotp_wait_for_busy() local110 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_wait_for_busy()112 mask = bm_ctrl_busy | bm_ctrl_error | flags; in imx_ocotp_wait_for_busy()136 if (c & bm_ctrl_error) in imx_ocotp_wait_for_busy()146 u32 c, bm_ctrl_error; in imx_ocotp_clr_err_if_set() local149 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_clr_err_if_set()152 if (!(c & bm_ctrl_error)) in imx_ocotp_clr_err_if_set()155 writel(bm_ctrl_error, base + IMX_OCOTP_ADDR_CTRL_CLR); in imx_ocotp_clr_err_if_set()