Searched defs:cycle_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_init.c235 uint64_t cycle_time; local
258 cycle_time =
261 interval = (uint32_t)((36400ULL * cycle_time) /
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c2309 uint32_t *cycle_time)
2312 ASSERT(cycle_time != NULL);
2315 *cycle_time = ddi_get32(ohci_hdl->ohci_reg_handle,
2328 uint32_t cycle_time)
2334 &ohci_hdl->ohci_regs->isoch_cycle_timer, cycle_time);
2349 uint32_t cycle_time; local
2366 cycle_time = ddi_get32(ohci_hdl->ohci_reg_handle,
2371 *bus_time = (bus_time2 << 7) | (cycle_time >> 25);
2464 uint32_t cycle_time; local
2471 cycle_time
2308 hci1394_ohci_cycletime_get(hci1394_ohci_handle_t ohci_hdl, uint32_t *cycle_time) argument
2327 hci1394_ohci_cycletime_set(hci1394_ohci_handle_t ohci_hdl, uint32_t cycle_time) argument
[all...]

Completed in 48 milliseconds