Searched refs:atreq_retries (Results 1 – 2 of 2) sorted by relevance
668 uint_t *atreq_retries);670 uint_t atreq_retries);
2412 uint_t *atreq_retries) in hci1394_ohci_atreq_retries_get() argument2417 ASSERT(atreq_retries != NULL); in hci1394_ohci_atreq_retries_get()2422 *atreq_retries = reg & OHCI_RET_MAX_ATREQ_MASK; in hci1394_ohci_atreq_retries_get()2434 uint_t atreq_retries) in hci1394_ohci_atreq_retries_set() argument2447 reg = reg | (atreq_retries & OHCI_RET_MAX_ATREQ_MASK); in hci1394_ohci_atreq_retries_set()