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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h535 volatile uint_t ohci_bustime_count; member in struct:hci1394_ohci_s
567 hci1394_ohci_s::ohci_bustime_count \
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c106 ohci->ohci_bustime_count = 0;
2359 * cycle time rollover count (ohci_bustime_count). There is a race
2365 bus_time1 = ohci_hdl->ohci_bustime_count;
2368 bus_time2 = ohci_hdl->ohci_bustime_count;
2399 ohci_hdl->ohci_bustime_count = (bus_time >> 7);
2480 ohci_hdl->ohci_bustime_count++;

Completed in 67 milliseconds