Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1932 hci1394_ohci_bustime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *bus_time) in hci1394_ohci_bustime_get() argument
1940 ASSERT(bus_time != NULL); in hci1394_ohci_bustime_get()
1956 *bus_time = (bus_time2 << 7) | (cycle_time >> 25); in hci1394_ohci_bustime_get()
1965 hci1394_ohci_bustime_set(hci1394_ohci_handle_t ohci_hdl, uint32_t bus_time) in hci1394_ohci_bustime_set() argument
1979 ohci_hdl->ohci_bustime_count = (bus_time >> 7); in hci1394_ohci_bustime_set()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h662 uint32_t *bus_time);
664 uint32_t bus_time);