Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h68 #define SDMMC_INTMASK_DTO (1 << 3) /* Data transfer over */ macro
H A Ddwmmc.c416 if (reg & SDMMC_INTMASK_DTO) in dwmmc_intr()
429 if (reg & (SDMMC_INTMASK_RXDR|SDMMC_INTMASK_DTO)) { in dwmmc_intr()
432 if (reg & (SDMMC_INTMASK_TXDR|SDMMC_INTMASK_DTO)) { in dwmmc_intr()
745 SDMMC_INTMASK_DTO | in dwmmc_attach()