Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h46 #define OTPC_IRQ_ST 0x2008 macro
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c105 while (!(readl(otp->base + OTPC_IRQ_ST) & flag)) { in rk3308bs_otp_wait_status()
115 writel(flag, otp->base + OTPC_IRQ_ST); in rk3308bs_otp_wait_status()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-otp.c38 #define OTPC_IRQ_ST 0x2008 macro
291 ret = readl_poll_timeout_atomic(otp->base + OTPC_IRQ_ST, status, in px30s_otp_wait_status()
297 writel(flag, otp->base + OTPC_IRQ_ST); in px30s_otp_wait_status()