Searched defs:ohci_polled_regsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c884 ohci_regs_t *ohci_polled_regsp; local
921 ohci_polled_regsp = &ohcip->ohci_polled_save_regs;
943 bzero((void *)ohci_polled_regsp, sizeof (ohci_regs_t));
945 ohci_polled_regsp->hcr_control = Get_OpReg(hcr_control);
946 ohci_polled_regsp->hcr_cmd_status = Get_OpReg(hcr_cmd_status);
947 ohci_polled_regsp->hcr_intr_enable = Get_OpReg(hcr_intr_enable);
948 ohci_polled_regsp->hcr_HCCA = Get_OpReg(hcr_HCCA);
949 ohci_polled_regsp->hcr_done_head = Get_OpReg(hcr_done_head);
950 ohci_polled_regsp->hcr_bulk_head = Get_OpReg(hcr_bulk_head);
951 ohci_polled_regsp
1212 ohci_regs_t *ohci_polled_regsp; local
1272 ohci_regs_t *ohci_polled_regsp; local
1488 ohci_regs_t *ohci_polled_regsp; local
[all...]

Completed in 96 milliseconds