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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c370 int rhsc_enable; local
376 rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) &
382 if (!rhsc_enable && !rhsc_status && !changed) {
383 rhsc_enable = OHCI_INTR_RHSC;
384 ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable);
394 if (rhsc_enable)
413 if (rhsc_enable)
438 if (!rhsc_enable && !rhsc_status) {
439 rhsc_enable = OHCI_INTR_RHSC;
440 ohci_writel(ohci, rhsc_enable,
[all...]

Completed in 106 milliseconds