Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1597 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_pickup_done_list()
1746 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_process_input_list()
1758 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_process_input_list()
1823 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID((uint32_t) in ohci_polled_handle_normal_td()
1878 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_insert_td()
H A Dohci.c2165 OHCI_LOOKUP_ID((uint32_t) in ohci_cleanup()
6472 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_traverse_tds()
6647 OHCI_LOOKUP_ID((uint32_t) in ohci_deallocate_td()
8205 (OHCI_LOOKUP_ID(Get_ED(reclaim_ed->hced_reclaim_frame))); in ohci_handle_endpoint_reclaimation()
8283 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_traverse_done_list()
8434 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_parse_error()
8725 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_handle_error()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h817 #define OHCI_LOOKUP_ID(x) id32_lookup((x)) macro