Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/imx/usdhc/
Dimx_usdhc.h81 #define INTSTATEN_DTOE BIT(20) macro
95 INTSTATEN_CIE | INTSTATEN_DTOE | INTSTATEN_DCE | \
Dimx_usdhc.c224 if (state & (INTSTATEN_DTOE | DATA_ERR)) { in imx_usdhc_send_cmd()