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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h664 uint32_t *bus_time);
666 uint32_t bus_time);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c102 * writes to the bus_time CSR register (Currently there are not known
103 * implementations that write to the bus_time register)
2345 hci1394_ohci_bustime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *bus_time) argument
2353 ASSERT(bus_time != NULL);
2371 *bus_time = (bus_time2 << 7) | (cycle_time >> 25);
2383 hci1394_ohci_bustime_set(hci1394_ohci_handle_t ohci_hdl, uint32_t bus_time) argument
2399 ohci_hdl->ohci_bustime_count = (bus_time >> 7);

Completed in 50 milliseconds