Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/imx/usdhc/
H A Dimx_usdhc.h96 #define INTSTATEN_CC BIT_32(0U) macro
97 #define EMMC_INTSTATEN_BITS (INTSTATEN_CC | INTSTATEN_TC | INTSTATEN_DINT | \
H A Dimx_usdhc.c264 unsigned int flags = INTSTATEN_CC | INTSTATEN_CTOE; in imx_usdhc_send_cmd()