Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/imx/usdhc/
Dimx_usdhc.h85 #define INTSTATEN_CTOE BIT(16) macro
94 INTSTATEN_CTOE | INTSTATEN_CCE | INTSTATEN_CEBE | \
Dimx_usdhc.c114 unsigned int state, flags = INTSTATEN_CC | INTSTATEN_CTOE; in imx_usdhc_send_cmd()
192 if ((state & (INTSTATEN_CTOE | CMD_ERR)) || cmd_retries == FSL_CMD_RETRIES) { in imx_usdhc_send_cmd()