Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h143 uint32_t hcr_ctrl_head; /* Head of contrl list */ member
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1590 Set_OpReg(hcr_ctrl_head, HCR_CONTROL_HEAD_ED_DEFAULT); in ohci_init_ctlr()
2144 Set_OpReg(hcr_ctrl_head, HCR_CONTROL_HEAD_ED_DEFAULT); in ohci_cleanup()
3954 if (Get_OpReg(hcr_ctrl_head)) { in ohci_insert_ctrl_ed()
3956 Get_OpReg(hcr_ctrl_head)); in ohci_insert_ctrl_ed()
3963 Set_ED(ept->hced_next, Get_OpReg(hcr_ctrl_head)); in ohci_insert_ctrl_ed()
3966 Set_OpReg(hcr_ctrl_head, ohci_ed_cpu_to_iommu(ohcip, ept)); in ohci_insert_ctrl_ed()
4328 Set_OpReg(hcr_ctrl_curr, Get_OpReg(hcr_ctrl_head)); in ohci_remove_ctrl_ed()
4332 ASSERT(Get_OpReg(hcr_ctrl_head)); in ohci_remove_ctrl_ed()
4494 Set_OpReg(hcr_ctrl_head, in ohci_detach_ed_from_list()
4551 Set_OpReg(hcr_ctrl_head, NULL); in ohci_detach_ed_from_list()
[all …]
H A Dohci_polled.c951 ohci_polled_regsp->hcr_ctrl_head = Get_OpReg(hcr_ctrl_head); in ohci_polled_save_state()