Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mmc/host/
HDdwmmc_hisi.c79 sc->use_pio = 1; in hisi_dwmmc_attach()
HDdwmmc_altera.c79 sc->use_pio = 1; in altera_dwmmc_attach()
HDdwmmc_var.h67 uint32_t use_pio; member
HDdwmmc_rockchip.c89 sc->use_pio = 1; in rockchip_dwmmc_attach()
HDdwmmc.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()