Searched refs:ohci_save_regs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c9739 ohci_regs_t *ohci_save_regs; local
9756 ohci_save_regs = (ohci_regs_t *)
9759 if (ohci_save_regs == NULL) {
9767 ohci_save_regs->hcr_control = Get_OpReg(hcr_control);
9768 ohci_save_regs->hcr_cmd_status = Get_OpReg(hcr_cmd_status);
9769 ohci_save_regs->hcr_intr_enable = Get_OpReg(hcr_intr_enable);
9770 ohci_save_regs->hcr_periodic_strt = Get_OpReg(hcr_periodic_strt);
9771 ohci_save_regs->hcr_frame_interval = Get_OpReg(hcr_frame_interval);
9772 ohci_save_regs->hcr_HCCA = Get_OpReg(hcr_HCCA);
9773 ohci_save_regs
[all...]

Completed in 58 milliseconds