Home
last modified time | relevance | path

Searched refs:OCOTP_CTRL_BUSY (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Dvf610-ocotp.c39 #define OCOTP_CTRL_BUSY BIT(8) macro
101 while ((readl(base) & OCOTP_CTRL_BUSY) && --timeout) in vf610_ocotp_wait_busy()
/OK3568_Linux_fs/u-boot/board/bluegiga/apx4devkit/
H A Dapx4devkit.c123 if (mxs_wait_mask_clr(&ocotp_regs->hw_ocotp_ctrl_reg, OCOTP_CTRL_BUSY, in get_board_serial()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ocotp.h72 #define OCOTP_CTRL_BUSY (1 << 8) macro
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxs.c257 if (mxs_wait_mask_clr(&ocotp_regs->hw_ocotp_ctrl_reg, OCOTP_CTRL_BUSY, in imx_get_mac_from_fuse()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dmxs_ocotp.c39 if (!(reg & OCOTP_CTRL_BUSY)) in mxs_ocotp_wait_busy_clear()