Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c25 int delay = OTPC_TIMEOUT; in rockchip_otp_wait_status()
103 int delay = OTPC_TIMEOUT; in rk3308bs_otp_wait_status()
312 st & RK3588_RD_DONE, OTPC_TIMEOUT); in rockchip_rk3588_otp_read()
341 status & 0x1, OTPC_TIMEOUT); in rockchip_rv1126_otp_init()
349 status & 0x4, OTPC_TIMEOUT); in rockchip_rv1126_otp_init()
370 status, status == 0, OTPC_TIMEOUT); in rockchip_rv1126_otp_read()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-otp.c76 #define OTPC_TIMEOUT 10000 macro
204 (status & flag), 1, OTPC_TIMEOUT); in px30_otp_wait_status()
292 (status & flag), 1, OTPC_TIMEOUT); in px30s_otp_wait_status()
509 (status & flag), 1, OTPC_TIMEOUT); in rk3588_otp_wait_status()
584 status & 0x1, 1, OTPC_TIMEOUT); in rv1126_otp_init()
592 status & 0x4, 1, OTPC_TIMEOUT); in rv1126_otp_init()
616 OTPC_TIMEOUT); in rv1126_otp_read()
/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h43 #define OTPC_TIMEOUT 10000 macro