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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h166 ddi_acc_handle_t ohci_td_pool_mem_handle; /* Mem hndle */ member in struct:ohci_state
321 _NOTE(DATA_READABLE_WITHOUT_LOCK(ohci_state_t::ohci_td_pool_mem_handle))
771 #define Get_TD(addr) ddi_get32(ohcip->ohci_td_pool_mem_handle, \
774 #define Set_TD(addr, val) ddi_put32(ohcip->ohci_td_pool_mem_handle, \

Completed in 62 milliseconds