Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h19 #define OTPC_INT_STATUS 0x0304 macro
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c27 while (!(readl(otp->base + OTPC_INT_STATUS) & flag)) { in rockchip_otp_wait_status()
37 writel(flag, otp->base + OTPC_INT_STATUS); in rockchip_otp_wait_status()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-otp.c33 #define OTPC_INT_STATUS 0x0304 macro
203 ret = readl_poll_timeout_atomic(otp->base + OTPC_INT_STATUS, status, in px30_otp_wait_status()
209 writel(flag, otp->base + OTPC_INT_STATUS); in px30_otp_wait_status()