Searched refs:BM_OCOTP_CTRL_BUSY (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/nvmem/
H A Dmxs-ocotp.c36 #define BM_OCOTP_CTRL_BUSY BIT(8) macro
55 if (!(status & (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR))) mxs_ocotp_wait()
61 if (status & BM_OCOTP_CTRL_BUSY) mxs_ocotp_wait()
/linux-4.4.14/arch/arm/mach-mxs/
H A Dmach-mxs.c83 #define BM_OCOTP_CTRL_BUSY (1 << 8) macro
117 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) mxs_get_ocotp()
131 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) mxs_get_ocotp()

Completed in 144 milliseconds