Searched refs:OCOTP_CTRL_BUSY (Results 1 – 5 of 5) sorted by relevance
39 #define OCOTP_CTRL_BUSY BIT(8) macro101 while ((readl(base) & OCOTP_CTRL_BUSY) && --timeout) in vf610_ocotp_wait_busy()
122 if (mxs_wait_mask_clr(&ocotp_regs->hw_ocotp_ctrl_reg, OCOTP_CTRL_BUSY, in get_board_serial()
71 #define OCOTP_CTRL_BUSY (1 << 8) macro
245 if (mxs_wait_mask_clr(&ocotp_regs->hw_ocotp_ctrl_reg, OCOTP_CTRL_BUSY, in imx_get_mac_from_fuse()
38 if (!(reg & OCOTP_CTRL_BUSY)) in mxs_ocotp_wait_busy_clear()