Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h141 uint32_t hcr_HCCA; /* Pointer to HCCA */ member
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1589 Set_OpReg(hcr_HCCA, HCR_HCCA_DEFAULT); in ohci_init_ctlr()
1597 Set_OpReg(hcr_HCCA, (uint_t)ohcip->ohci_hcca_cookie.dmac_address); in ohci_init_ctlr()
1765 Set_OpReg(hcr_HCCA, 0xFFFFFFFF); in ohci_init_hcca()
1771 mask = Get_OpReg(hcr_HCCA); in ohci_init_hcca()
1776 mask = Get_OpReg(hcr_HCCA); in ohci_init_hcca()
2143 Set_OpReg(hcr_HCCA, HCR_HCCA_DEFAULT); in ohci_cleanup()
9772 ohci_save_regs->hcr_HCCA = Get_OpReg(hcr_HCCA); in ohci_do_soft_reset()
9870 Set_OpReg(hcr_HCCA, (uint32_t) in ohci_do_soft_reset()
9871 ohci_save_regs->hcr_HCCA); in ohci_do_soft_reset()
11157 Get_OpReg(hcr_intr_disable), Get_OpReg(hcr_HCCA)); in ohci_print_op_regs()
[all …]
H A Dohci_polled.c948 ohci_polled_regsp->hcr_HCCA = Get_OpReg(hcr_HCCA); in ohci_polled_save_state()