Home
last modified time | relevance | path

Searched refs:use_pio (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_hisi.c79 sc->use_pio = 1; in hisi_dwmmc_attach()
H A Ddwmmc_altera.c79 sc->use_pio = 1; in altera_dwmmc_attach()
H A Ddwmmc_var.h67 uint32_t use_pio; member
H A Ddwmmc_rockchip.c89 sc->use_pio = 1; in rockchip_dwmmc_attach()
H A Ddwmmc.c402 if (!sc->use_pio) { in dwmmc_intr()
428 if (sc->use_pio) { in dwmmc_intr()
716 if (!sc->use_pio) { in dwmmc_attach()
1162 if (sc->use_pio) { in dwmmc_start_cmd()