Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h35 #define SBPI_CMD_VALID_MASK GENMASK(31, 16) macro
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-otp.c68 #define SBPI_CMD_VALID_MASK GENMASK(31, 16) macro
221 writel(SBPI_CMD_VALID_MASK | 0x1, otp->base + OTPC_SBPI_CMD_VALID_PRE); in px30_otp_ecc_enable()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c50 writel(SBPI_CMD_VALID_MASK | 0x1, otp->base + OTPC_SBPI_CMD_VALID_PRE); in rockchip_otp_ecc_enable()