Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h143 uint32_t hcr_ctrl_head; /* Head of contrl list */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1574 Set_OpReg(hcr_ctrl_head, HCR_CONTROL_HEAD_ED_DEFAULT); in ohci_init_ctlr()
3938 if (Get_OpReg(hcr_ctrl_head)) { in ohci_insert_ctrl_ed()
3940 Get_OpReg(hcr_ctrl_head)); in ohci_insert_ctrl_ed()
3947 Set_ED(ept->hced_next, Get_OpReg(hcr_ctrl_head)); in ohci_insert_ctrl_ed()
4312 Set_OpReg(hcr_ctrl_curr, Get_OpReg(hcr_ctrl_head)); in ohci_remove_ctrl_ed()
4316 ASSERT(Get_OpReg(hcr_ctrl_head)); in ohci_remove_ctrl_ed()
4478 Set_OpReg(hcr_ctrl_head, in ohci_detach_ed_from_list()
4535 Set_OpReg(hcr_ctrl_head, 0); in ohci_detach_ed_from_list()
9754 ohci_save_regs->hcr_ctrl_head = Get_OpReg(hcr_ctrl_head); in ohci_do_soft_reset()
9845 Set_OpReg(hcr_ctrl_head, (uint32_t) in ohci_do_soft_reset()
[all …]
H A Dohci_polled.c953 ohci_polled_regsp->hcr_ctrl_head = Get_OpReg(hcr_ctrl_head); in ohci_polled_save_state()