Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h664 uint32_t *bus_time);
666 uint32_t bus_time);
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c2345 hci1394_ohci_bustime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *bus_time) in hci1394_ohci_bustime_get() argument
2353 ASSERT(bus_time != NULL); in hci1394_ohci_bustime_get()
2371 *bus_time = (bus_time2 << 7) | (cycle_time >> 25); in hci1394_ohci_bustime_get()
2383 hci1394_ohci_bustime_set(hci1394_ohci_handle_t ohci_hdl, uint32_t bus_time) in hci1394_ohci_bustime_set() argument
2399 ohci_hdl->ohci_bustime_count = (bus_time >> 7); in hci1394_ohci_bustime_set()