Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Drockchip-otp.h20 #define OTPC_INT_STATUS 0x0304 macro
/rk3399_rockchip-uboot/drivers/misc/
H A Drockchip-otp.c29 while (!(readl(otp->base + OTPC_INT_STATUS) & flag)) { in rockchip_otp_wait_status()
39 writel(flag, otp->base + OTPC_INT_STATUS); in rockchip_otp_wait_status()