Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1594 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_pickup_done_list()
1743 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_process_input_list()
1755 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_process_input_list()
1820 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID((uint32_t) in ohci_polled_handle_normal_td()
1875 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_polled_insert_td()
H A Dohci.c2181 OHCI_LOOKUP_ID((uint32_t) in ohci_cleanup()
6490 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_traverse_tds()
6665 OHCI_LOOKUP_ID((uint32_t) in ohci_deallocate_td()
8225 (OHCI_LOOKUP_ID(Get_ED(reclaim_ed->hced_reclaim_frame))); in ohci_handle_endpoint_reclaimation()
8303 tw = (ohci_trans_wrapper_t *)OHCI_LOOKUP_ID( in ohci_traverse_done_list()
8454 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_parse_error()
8745 OHCI_LOOKUP_ID((uint32_t)Get_TD(td->hctd_trans_wrapper)); in ohci_handle_error()
/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h817 #define OHCI_LOOKUP_ID(x) id32_lookup((x)) macro