Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/nvmem/
A Dmxs-ocotp.c25 #define BM_OCOTP_CTRL_BUSY BIT(8) macro
44 if (!(status & (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR))) in mxs_ocotp_wait()
50 if (status & BM_OCOTP_CTRL_BUSY) in mxs_ocotp_wait()
/linux-6.3-rc2/arch/arm/mach-mxs/
A Dmach-mxs.c80 #define BM_OCOTP_CTRL_BUSY (1 << 8) macro
114 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()
128 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()

Completed in 3 milliseconds