Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/imx/usdhc/
Dimx_usdhc.c120 mmio_write_32(reg_base + INTSTAT, 0xffffffff); in imx_usdhc_send_cmd()
187 state = mmio_read_32(reg_base + INTSTAT); in imx_usdhc_send_cmd()
222 state = mmio_read_32(reg_base + INTSTAT); in imx_usdhc_send_cmd()
247 mmio_write_32(reg_base + INTSTAT, 0xffffffff); in imx_usdhc_send_cmd()
Dimx_usdhc.h61 #define INTSTAT 0x030 macro