Searched refs:split_timeout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_csr.c87 * macro to calculate split_timeout based on split_timeout_lo and
351 * re-calculate the "split_timeout" which is used internally in the HAL
368 * Update our internal split_timeout value.
385 * re-calculate the "split_timeout" which is used internally in the HAL
416 /* Update our internal split_timeout value */
429 * Return the current value of split_timeout. This is the only routine
436 uint_t split_timeout; local
445 /* read our internal split_timeout value */
446 split_timeout = csr_handle->csr_split_timeout;
453 return (split_timeout);
[all...]
H A Dhci1394_async.c178 * twice the split_timeout. (i.e. if the split timeout was set to 100mS
181 * reclaim time is split_timeout and not split_timeout * 2. The split
190 * "split_timeout" has gone by. split timeout is in bus cycles so we
3278 * split_timeout has gone by. Split timeout and the returned value are in bus
3285 uint_t split_timeout; local
3295 split_timeout = hci1394_csr_split_timeout_get(async_handle->as_csr);
3310 temp = (current_time & OHCI_CYCLE_CNT_MASK) + (split_timeout &
3329 z = (current_time & OHCI_CYCLE_SEC_MASK) + (split_timeout &

Completed in 72 milliseconds