Home
last modified time | relevance | path

Searched refs:SDHC_FLAG_FORCE_DMA (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/sdmmc/
H A Dsdhcvar.h40 #define SDHC_FLAG_FORCE_DMA 0x00000002 macro
H A Dsdhc.c422 if (ISSET(sc->sc_flags, SDHC_FLAG_FORCE_DMA) || in sdhc_host_found()
/netbsd-src/sys/dev/pci/
H A Dsdhc_pci.c367 SET(sc->sc.sc_flags, SDHC_FLAG_FORCE_DMA); in sdhc_pci_attach()