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

/linux-4.4.14/drivers/usb/host/
H A Dohci-hub.c345 int rhsc_enable; ohci_root_hub_state_changes() local
351 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) & ohci_root_hub_state_changes()
357 if (!rhsc_enable && !rhsc_status && !changed) { ohci_root_hub_state_changes()
358 rhsc_enable = OHCI_INTR_RHSC; ohci_root_hub_state_changes()
359 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable); ohci_root_hub_state_changes()
369 if (rhsc_enable) ohci_root_hub_state_changes()
388 if (rhsc_enable) ohci_root_hub_state_changes()
413 if (!rhsc_enable && !rhsc_status) { ohci_root_hub_state_changes()
414 rhsc_enable = OHCI_INTR_RHSC; ohci_root_hub_state_changes()
415 ohci_writel(ohci, rhsc_enable, ohci_root_hub_state_changes()
419 if (rhsc_enable) ohci_root_hub_state_changes()

Completed in 75 milliseconds