Home
last modified time | relevance | path

Searched refs:uhci_regs_handle (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h130 ddi_acc_handle_t uhci_regs_handle; /* Reg handle */ member
442 #define Get_OpReg32(addr) ddi_get32(uhcip->uhci_regs_handle, \
444 #define Get_OpReg16(addr) ddi_get16(uhcip->uhci_regs_handle, \
446 #define Get_OpReg8(addr) ddi_get8(uhcip->uhci_regs_handle, \
449 #define Set_OpReg32(addr, val) ddi_put32(uhcip->uhci_regs_handle, \
452 #define Set_OpReg16(addr, val) ddi_put16(uhcip->uhci_regs_handle, \
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c568 if (uhcip->uhci_regs_handle) { in uhci_uninit_ctlr()
631 0, sizeof (hc_regs_t), &attr, &uhcip->uhci_regs_handle) != in uhci_map_regs()
683 if (uhcip->uhci_regs_handle) { in uhci_unmap_regs()
687 ddi_regs_map_free(&uhcip->uhci_regs_handle); in uhci_unmap_regs()