Searched refs:rockchip_otp_wait_status (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | rockchip-otp.c | 106 static int rockchip_otp_wait_status(struct rockchip_otp *otp, in rockchip_otp_wait_status() function 140 ret = rockchip_otp_wait_status(otp, OTPC_INT_STATUS, OTPC_SBPI_DONE); in rockchip_otp_ecc_enable() 173 ret = rockchip_otp_wait_status(otp, OTPC_INT_STATUS, OTPC_USER_DONE); in px30_otp_read() 211 ret = rockchip_otp_wait_status(otp, RK3588_OTPC_INT_ST, in rk3588_otp_read()
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | rockchip-otp.c | 95 static int rockchip_otp_wait_status(struct rockchip_otp *otp, u32 flag) in rockchip_otp_wait_status() function 128 ret = rockchip_otp_wait_status(otp, OTPC_SBPI_DONE); in rockchip_otp_ecc_enable() 167 ret = rockchip_otp_wait_status(otp, OTPC_USER_DONE); in rockchip_otp_read()
|
Completed in 1 milliseconds