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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c2348 uint32_t bus_time2; local
2368 bus_time2 = ohci_hdl->ohci_bustime_count;
2369 } while (bus_time1 != bus_time2);
2371 *bus_time = (bus_time2 << 7) | (cycle_time >> 25);

Completed in 80 milliseconds