Searched refs:use_pio (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_var.h55 uint32_t use_pio; member in struct:dwmmc_softc
H A Ddwmmc_hisi.c77 sc->use_pio = 1;
H A Ddwmmc.c363 if (!sc->use_pio) {
391 if (sc->use_pio) {
544 sc->use_pio = 1;
579 if (!sc->use_pio) {
945 if (sc->use_pio) {
/freebsd-11.0-release/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c81 int use_pio; member in struct:virtio_mmio_platform_softc
136 sc->use_pio = 1;
140 sc->use_pio = 0;
202 if (!sc->use_pio)
233 if (sc->use_pio) {
260 if (sc->use_pio) {

Completed in 73 milliseconds