Home
last modified time | relevance | path

Searched refs:OTPC_INT_STATUS (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H A Drockchip-otp.c31 #define OTPC_INT_STATUS 0x0304 macro
105 ret = readl_poll_timeout_atomic(otp->base + OTPC_INT_STATUS, status, (status & flag), 1, OTPC_TIMEOUT); in rockchip_otp_wait_status()
111 writel(flag, otp->base + OTPC_INT_STATUS); in rockchip_otp_wait_status()

Completed in 1 milliseconds