Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h128 SetReg32((ucp)->uhci_flt_mem_handle, (addr), (val))
130 GetReg32((ucp)->uhci_flt_mem_handle, (addr))
H A Duhcid.h150 ddi_acc_handle_t uhci_flt_mem_handle; /* Memory handle */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c402 if (uhcip->uhci_frame_lst_tablep && uhcip->uhci_flt_mem_handle) { in uhci_free_pools()
408 ddi_dma_mem_free(&uhcip->uhci_flt_mem_handle); in uhci_free_pools()
874 &real_length, &uhcip->uhci_flt_mem_handle)) { in uhci_init_frame_lst_table()