Searched refs:OTPC_USE_USER_MASK (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | rockchip-otp.c | 80 writel(OTPC_USE_USER | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in rockchip_px30_otp_read() 96 writel(0x0 | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in rockchip_px30_otp_read() 255 writel(OTPC_USE_USER | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in rockchip_rk3568_otp_read() 275 writel(0x0 | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in rockchip_rk3568_otp_read()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | rockchip-otp.c | 59 #define OTPC_USE_USER_MASK GENMASK(16, 16) macro 263 writel(OTPC_USE_USER | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in px30_otp_read() 279 writel(0x0 | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in px30_otp_read() 468 writel(OTPC_USE_USER | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in rk3568_otp_read() 494 writel(0x0 | OTPC_USE_USER_MASK, otp->base + OTPC_USER_CTRL); in rk3568_otp_read()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | rockchip-otp.h | 26 #define OTPC_USE_USER_MASK GENMASK(16, 16) macro
|