Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/misc/
H A Drockchip-otp.c131 writel(OTPC_STANDBY, otp->base + OTPC_MODE_CTRL); in rk3308bs_otp_active()
137 case OTPC_STANDBY: in rk3308bs_otp_active()
161 writel(OTPC_STANDBY, otp->base + OTPC_MODE_CTRL); in rk3308bs_otp_standby()
167 case OTPC_STANDBY: in rk3308bs_otp_standby()
/rk3399_rockchip-uboot/include/
H A Drockchip-otp.h52 #define OTPC_STANDBY 0x1 macro