Searched refs:bus_time (Results 1 – 2 of 2) sorted by relevance
664 uint32_t *bus_time);666 uint32_t bus_time);
2345 hci1394_ohci_bustime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *bus_time) in hci1394_ohci_bustime_get() argument2353 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() argument2399 ohci_hdl->ohci_bustime_count = (bus_time >> 7); in hci1394_ohci_bustime_set()