Lines Matching refs:rhsc_enable
348 int rhsc_enable; in ohci_root_hub_state_changes() local
354 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) & in ohci_root_hub_state_changes()
360 if (!rhsc_enable && !rhsc_status && !changed) { in ohci_root_hub_state_changes()
361 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
362 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
372 if (rhsc_enable) in ohci_root_hub_state_changes()
391 if (rhsc_enable) in ohci_root_hub_state_changes()
416 if (!rhsc_enable && !rhsc_status) { in ohci_root_hub_state_changes()
417 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
418 ohci_writel(ohci, rhsc_enable, in ohci_root_hub_state_changes()
422 if (rhsc_enable) in ohci_root_hub_state_changes()