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

/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_var.h86 uint32_t bus_busy; member in struct:dwmmc_softc
H A Ddwmmc.c1301 while (sc->bus_busy)
1303 sc->bus_busy++;
1316 sc->bus_busy--;
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h404 u_char bus_busy; /* Bus busy status */ member in struct:sdhci_slot
H A Dsdhci.c2061 while (slot->bus_busy)
2063 slot->bus_busy++;
2078 slot->bus_busy--;

Completed in 70 milliseconds