Home
last modified time | relevance | path

Searched refs:OCOTP_CTRL_WR_UNLOCK_KEY (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-mxs/
H A Dregs-ocotp.h67 #define OCOTP_CTRL_WR_UNLOCK_KEY (0x3e77 << 16) macro
/openbmc/u-boot/drivers/misc/
H A Dmxs_ocotp.c213 writel(addr | OCOTP_CTRL_WR_UNLOCK_KEY, &ocotp_regs->hw_ocotp_ctrl); in mxs_ocotp_write_fuse()
/openbmc/linux/drivers/nvmem/
H A Dvf610-ocotp.c33 #define OCOTP_CTRL_WR_UNLOCK_KEY 0x3E77 macro