Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h126 #define SDMMC_IDINTEN_TI (1 << 0) /* Transmit Interrupt */ macro
129 SDMMC_IDINTEN_TI)
H A Ddwmmc.c440 if (reg & (SDMMC_IDINTEN_TI | SDMMC_IDINTEN_RI)) { in dwmmc_intr()
441 WRITE4(sc, SDMMC_IDSTS, (SDMMC_IDINTEN_TI | in dwmmc_intr()
728 SDMMC_IDINTEN_TI)); in dwmmc_attach()