Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-hub.c348 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()
[all …]