Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h141 uint32_t hcr_HCCA; /* Pointer to HCCA */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1573 Set_OpReg(hcr_HCCA, HCR_HCCA_DEFAULT); in ohci_init_ctlr()
1581 Set_OpReg(hcr_HCCA, (uint_t)ohcip->ohci_hcca_cookie.dmac_address); in ohci_init_ctlr()
1749 Set_OpReg(hcr_HCCA, 0xFFFFFFFF); in ohci_init_hcca()
1755 mask = Get_OpReg(hcr_HCCA); in ohci_init_hcca()
1760 mask = Get_OpReg(hcr_HCCA); in ohci_init_hcca()
2127 Set_OpReg(hcr_HCCA, HCR_HCCA_DEFAULT); in ohci_cleanup()
9752 ohci_save_regs->hcr_HCCA = Get_OpReg(hcr_HCCA); in ohci_do_soft_reset()
9850 Set_OpReg(hcr_HCCA, (uint32_t) in ohci_do_soft_reset()
9851 ohci_save_regs->hcr_HCCA); in ohci_do_soft_reset()
11133 Get_OpReg(hcr_intr_disable), Get_OpReg(hcr_HCCA)); in ohci_print_op_regs()
[all …]
H A Dohci_polled.c950 ohci_polled_regsp->hcr_HCCA = Get_OpReg(hcr_HCCA); in ohci_polled_save_state()