Home
last modified time | relevance | path

Searched refs:cycle_time (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_init.c235 uint64_t cycle_time; in nhm_scrubber_enable() local
258 cycle_time = in nhm_scrubber_enable()
261 interval = (uint32_t)((36400ULL * cycle_time) / in nhm_scrubber_enable()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1904 uint32_t *cycle_time) in hci1394_ohci_cycletime_get() argument
1907 ASSERT(cycle_time != NULL); in hci1394_ohci_cycletime_get()
1908 *cycle_time = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_cycletime_get()
1919 uint32_t cycle_time) in hci1394_ohci_cycletime_set() argument
1923 &ohci_hdl->ohci_regs->isoch_cycle_timer, cycle_time); in hci1394_ohci_cycletime_set()
1936 uint32_t cycle_time; in hci1394_ohci_bustime_get() local
1951 cycle_time = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_bustime_get()
1956 *bus_time = (bus_time2 << 7) | (cycle_time >> 25); in hci1394_ohci_bustime_get()
2032 uint32_t cycle_time; in hci1394_ohci_isr_cycle64seconds() local
2037 cycle_time = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_isr_cycle64seconds()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h658 uint32_t *cycle_time);
660 uint32_t cycle_time);