HomeSort by: relevance | last modified time | path
    Searched defs:remaining_bustime (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
sl811hs.c 2218 int remaining_bustime; local in function:slhci_tstart
2236 remaining_bustime = (int)(slhci_read(sc, SL811_CSOF)) << 6;
2237 remaining_bustime -= SLHCI_END_BUSTIME;
2250 } else if (remaining_bustime >= spipe->bustime) {
2263 } else if (remaining_bustime >= spipe->bustime) {

Completed in 14 milliseconds