Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h145 uint32_t hcr_bulk_head; /* Head of the bulk list */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1575 Set_OpReg(hcr_bulk_head, HCR_BULK_HEAD_ED_DEFAULT); in ohci_init_ctlr()
3985 if (Get_OpReg(hcr_bulk_head)) { in ohci_insert_bulk_ed()
3987 Get_OpReg(hcr_bulk_head)); in ohci_insert_bulk_ed()
3994 Set_ED(ept->hced_next, Get_OpReg(hcr_bulk_head)); in ohci_insert_bulk_ed()
4362 Set_OpReg(hcr_bulk_curr, Get_OpReg(hcr_bulk_head)); in ohci_remove_bulk_ed()
4366 ASSERT(Get_OpReg(hcr_bulk_head)); in ohci_remove_bulk_ed()
4486 Set_OpReg(hcr_bulk_head, in ohci_detach_ed_from_list()
4539 Set_OpReg(hcr_bulk_head, 0); in ohci_detach_ed_from_list()
9753 ohci_save_regs->hcr_bulk_head = Get_OpReg(hcr_bulk_head); in ohci_do_soft_reset()
9840 Set_OpReg(hcr_bulk_head, (uint32_t) in ohci_do_soft_reset()
[all …]
H A Dohci_polled.c952 ohci_polled_regsp->hcr_bulk_head = Get_OpReg(hcr_bulk_head); in ohci_polled_save_state()