Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Dvf610-ocotp.c34 #define OCOTP_CTRL_WR_UNLOCK_MASK GENMASK(31, 16) macro
165 reg &= ~OCOTP_CTRL_WR_UNLOCK_MASK; in vf610_ocotp_read()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ocotp.h66 #define OCOTP_CTRL_WR_UNLOCK_MASK (0xffff << 16) macro