Home
last modified time | relevance | path

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

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