Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/board/bluegiga/apx4devkit/
H A Dapx4devkit.c122 if (mxs_wait_mask_clr(&ocotp_regs->hw_ocotp_ctrl_reg, OCOTP_CTRL_BUSY, in get_board_serial()
/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ocotp.h71 #define OCOTP_CTRL_BUSY (1 << 8) macro
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxs.c245 if (mxs_wait_mask_clr(&ocotp_regs->hw_ocotp_ctrl_reg, OCOTP_CTRL_BUSY, in imx_get_mac_from_fuse()
/openbmc/u-boot/drivers/misc/
H A Dmxs_ocotp.c38 if (!(reg & OCOTP_CTRL_BUSY)) in mxs_ocotp_wait_busy_clear()