Home
last modified time | relevance | path

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

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