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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_csr.c61 * The split_timeout_lo register cannot be set below 800 and above 7999. The
69 * We will convert the split_timeout_lo to return the data in most significant
87 * macro to calculate split_timeout based on split_timeout_lo and
320 * Read the CSR split_timeout_lo register.
324 uint32_t *split_timeout_lo)
327 ASSERT(split_timeout_lo != NULL);
334 * Read the split_timeout_lo CSR register. Convert split_timeout_lo to
337 *split_timeout_lo = csr_handle->csr_split_timeout_lo <<
352 * driver. The only accesses to split_timeout_hi and split_timeout_lo
323 hci1394_csr_split_timeout_lo_get(hci1394_csr_handle_t csr_handle, uint32_t *split_timeout_lo) argument
391 hci1394_csr_split_timeout_lo_set(hci1394_csr_handle_t csr_handle, uint32_t split_timeout_lo) argument
[all...]

Completed in 44 milliseconds