Searched refs:bm_ctrl_error (Results 1 – 1 of 1) sorted by relevance
107 u32 bm_ctrl_busy, bm_ctrl_error; in imx_ocotp_wait_for_busy() local111 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_wait_for_busy()113 mask = bm_ctrl_busy | bm_ctrl_error | flags; in imx_ocotp_wait_for_busy()137 if (c & bm_ctrl_error) in imx_ocotp_wait_for_busy()147 u32 c, bm_ctrl_error; in imx_ocotp_clr_err_if_set() local150 bm_ctrl_error = priv->params->ctrl.bm_error; in imx_ocotp_clr_err_if_set()153 if (!(c & bm_ctrl_error)) in imx_ocotp_clr_err_if_set()156 writel(bm_ctrl_error, base + IMX_OCOTP_ADDR_CTRL_CLR); in imx_ocotp_clr_err_if_set()
Completed in 5 milliseconds