Searched refs:ohci_td_pool_mem_handle (Results 1 – 2 of 2) sorted by relevance
166 ddi_acc_handle_t ohci_td_pool_mem_handle; /* Mem hndle */ member321 _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, \
1000 &ohcip->ohci_td_pool_mem_handle)) { in ohci_allocate_pools()2170 if (ohcip->ohci_td_pool_addr && ohcip->ohci_td_pool_mem_handle) { in ohci_cleanup()2209 ddi_dma_mem_free(&ohcip->ohci_td_pool_mem_handle); in ohci_cleanup()