Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h29 #define OTPC_SBPI_DONE BIT(1) macro
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-otp.c62 #define OTPC_SBPI_DONE BIT(1) macro
231 ret = px30_otp_wait_status(otp, OTPC_SBPI_DONE); in px30_otp_ecc_enable()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c60 ret = rockchip_otp_wait_status(otp, OTPC_SBPI_DONE); in rockchip_otp_ecc_enable()