Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/imx/usdhc/
Dimx_usdhc.h88 #define INTSTATEN_BWR BIT(4) macro
93 INTSTATEN_BWR | INTSTATEN_BRR | INTSTATEN_CINT | \
Dimx_usdhc.c95 mmio_clrbits32(reg_base + INTSTATEN, INTSTATEN_BRR | INTSTATEN_BWR); in imx_usdhc_initialize()