Home
last modified time | relevance | path

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.c9719 ohci_regs_t *ohci_save_regs; in ohci_do_soft_reset() local
9736 ohci_save_regs = (ohci_regs_t *) in ohci_do_soft_reset()
9739 if (ohci_save_regs == NULL) { in ohci_do_soft_reset()
9747 ohci_save_regs->hcr_control = Get_OpReg(hcr_control); in ohci_do_soft_reset()
9748 ohci_save_regs->hcr_cmd_status = Get_OpReg(hcr_cmd_status); in ohci_do_soft_reset()
9749 ohci_save_regs->hcr_intr_enable = Get_OpReg(hcr_intr_enable); in ohci_do_soft_reset()
9750 ohci_save_regs->hcr_periodic_strt = Get_OpReg(hcr_periodic_strt); in ohci_do_soft_reset()
9751 ohci_save_regs->hcr_frame_interval = Get_OpReg(hcr_frame_interval); in ohci_do_soft_reset()
9752 ohci_save_regs->hcr_HCCA = Get_OpReg(hcr_HCCA); in ohci_do_soft_reset()
9753 ohci_save_regs->hcr_bulk_head = Get_OpReg(hcr_bulk_head); in ohci_do_soft_reset()
[all …]