Lines Matching refs:rhsc_enable
351 int rhsc_enable; in ohci_root_hub_state_changes() local
357 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) & in ohci_root_hub_state_changes()
363 if (!rhsc_enable && !rhsc_status && !changed) { in ohci_root_hub_state_changes()
364 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
365 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
375 if (rhsc_enable) in ohci_root_hub_state_changes()
394 if (rhsc_enable) in ohci_root_hub_state_changes()
419 if (!rhsc_enable && !rhsc_status) { in ohci_root_hub_state_changes()
420 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
421 ohci_writel(ohci, rhsc_enable, in ohci_root_hub_state_changes()
425 if (rhsc_enable) in ohci_root_hub_state_changes()