Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtsx/
H A Drtsx.c122 int8_t rtsx_bus_busy; /* bus busy status */ member
3528 while (sc->rtsx_bus_busy)
3529 msleep(&sc->rtsx_bus_busy, &sc->rtsx_mtx, 0, "rtsxah", 0);
3530 sc->rtsx_bus_busy++;
3546 sc->rtsx_bus_busy--;
3547 wakeup(&sc->rtsx_bus_busy);