Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvmem/
Dvf610-ocotp.c32 #define OCOTP_CTRL_REG 0x00 macro
175 ret = vf610_ocotp_wait_busy(base + OCOTP_CTRL_REG); in vf610_ocotp_read()
179 reg = readl(base + OCOTP_CTRL_REG); in vf610_ocotp_read()
183 writel(reg, base + OCOTP_CTRL_REG); in vf610_ocotp_read()
187 ret = vf610_ocotp_wait_busy(base + OCOTP_CTRL_REG); in vf610_ocotp_read()