Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dvf610-ocotp.c23 #define OCOTP_CTRL_REG 0x00 macro
159 ret = vf610_ocotp_wait_busy(base + OCOTP_CTRL_REG); in vf610_ocotp_read()
163 reg = readl(base + OCOTP_CTRL_REG); in vf610_ocotp_read()
167 writel(reg, base + OCOTP_CTRL_REG); in vf610_ocotp_read()
171 ret = vf610_ocotp_wait_busy(base + OCOTP_CTRL_REG); in vf610_ocotp_read()