Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h41 #define SBPI_ENABLE_MASK GENMASK(16, 16) macro
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-otp.c74 #define SBPI_ENABLE_MASK GENMASK(16, 16) macro
229 writel(SBPI_ENABLE_MASK | SBPI_ENABLE, otp->base + OTPC_SBPI_CTRL); in px30_otp_ecc_enable()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c58 writel(SBPI_ENABLE_MASK | SBPI_ENABLE, otp->base + OTPC_SBPI_CTRL); in rockchip_otp_ecc_enable()