Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.h69 #define REG_OTPC_INT_STATUS (0x0304) macro
H A Dotp.c144 if (((mmio_read_32(otp_base + REG_OTPC_INT_STATUS) >> 1) & 0x01) == 0x01) { in check_sbpi_done_int()
145 mmio_write_32(otp_base + REG_OTPC_INT_STATUS, in check_sbpi_done_int()
305 mmio_write_32(otp_base + REG_OTPC_INT_STATUS, 0xffff0003); /* clear sbpi INT */ in rk_otp_sbpi_read()