Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-hub.c365 int rhsc_enable; in ohci_root_hub_state_changes() local
371 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) & in ohci_root_hub_state_changes()
377 if (!rhsc_enable && !rhsc_status && !changed) { in ohci_root_hub_state_changes()
378 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
379 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable); in ohci_root_hub_state_changes()
389 if (rhsc_enable) in ohci_root_hub_state_changes()
408 if (rhsc_enable) in ohci_root_hub_state_changes()
433 if (!rhsc_enable && !rhsc_status) { in ohci_root_hub_state_changes()
434 rhsc_enable = OHCI_INTR_RHSC; in ohci_root_hub_state_changes()
435 ohci_writel(ohci, rhsc_enable, in ohci_root_hub_state_changes()
[all …]