Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dohci-hub.c351 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()
[all …]