Lines Matching defs:rhsc_enable
351 int rhsc_enable;
357 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) &
363 if (!rhsc_enable && !rhsc_status && !changed) {
364 rhsc_enable = OHCI_INTR_RHSC;
365 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable);
375 if (rhsc_enable)
394 if (rhsc_enable)
419 if (!rhsc_enable && !rhsc_status) {
420 rhsc_enable = OHCI_INTR_RHSC;
421 ohci_writel(ohci, rhsc_enable,
425 if (rhsc_enable)