Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvmem/
H 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()
/kernel/linux/linux-6.6/drivers/nvmem/
H 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()
/kernel/linux/linux-5.10/arch/arm/mach-mxs/
H A Dmach-mxs.c77 #define BM_OCOTP_CTRL_BUSY (1 << 8) macro
111 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()
125 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()
/kernel/linux/linux-6.6/arch/arm/mach-mxs/
H A Dmach-mxs.c79 #define BM_OCOTP_CTRL_BUSY (1 << 8) macro
113 (BM_OCOTP_CTRL_BUSY | BM_OCOTP_CTRL_ERROR)) && --timeout) in mxs_get_ocotp()
127 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()

Completed in 2 milliseconds