Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/misc/
H A Drockchip-otp.c27 int delay = OTPC_TIMEOUT; in rockchip_otp_wait_status()
105 int delay = OTPC_TIMEOUT; in rk3308bs_otp_wait_status()
319 st & RK3588_RD_DONE, OTPC_TIMEOUT); in rockchip_rk3588_otp_read()
348 status & 0x1, OTPC_TIMEOUT); in rockchip_rv1126_otp_init()
356 status & 0x4, OTPC_TIMEOUT); in rockchip_rv1126_otp_init()
377 status, status == 0, OTPC_TIMEOUT); in rockchip_rv1126_otp_read()
/rk3399_rockchip-uboot/include/
H A Drockchip-otp.h44 #define OTPC_TIMEOUT 10000 macro