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

  /src/sys/dev/ic/
sl811hs.c 269 uint16_t bustime; /* Worst case bus time usage */ member in struct:slhci_pipe
941 * The goal of newbustime and newlen is to avoid bustime calculation
956 spipe->bustime = SLHCI_LS_CONST +
968 spipe->bustime = SLHCI_FS_CONST +
2113 spipe->bustime = spipe->newbustime[1];
2121 spipe->bustime = SLHCI_LS_CONST;
2123 spipe->bustime = SLHCI_FS_CONST;
2150 spipe->bustime = spipe->newbustime[0];
2250 } else if (remaining_bustime >= spipe->bustime) {
2263 } else if (remaining_bustime >= spipe->bustime) {
2962 int bustime, max_packet; local in function:slhci_reserve_bustime
    [all...]
sl811hs.c 269 uint16_t bustime; /* Worst case bus time usage */ member in struct:slhci_pipe
941 * The goal of newbustime and newlen is to avoid bustime calculation
956 spipe->bustime = SLHCI_LS_CONST +
968 spipe->bustime = SLHCI_FS_CONST +
2113 spipe->bustime = spipe->newbustime[1];
2121 spipe->bustime = SLHCI_LS_CONST;
2123 spipe->bustime = SLHCI_FS_CONST;
2150 spipe->bustime = spipe->newbustime[0];
2250 } else if (remaining_bustime >= spipe->bustime) {
2263 } else if (remaining_bustime >= spipe->bustime) {
2962 int bustime, max_packet; local in function:slhci_reserve_bustime
    [all...]

Completed in 24 milliseconds