rhsc_enable       348 drivers/usb/host/ohci-hub.c 	int	rhsc_enable;
rhsc_enable       354 drivers/usb/host/ohci-hub.c 	rhsc_enable = ohci_readl(ohci, &ohci->regs->intrenable) &
rhsc_enable       360 drivers/usb/host/ohci-hub.c 		if (!rhsc_enable && !rhsc_status && !changed) {
rhsc_enable       361 drivers/usb/host/ohci-hub.c 			rhsc_enable = OHCI_INTR_RHSC;
rhsc_enable       362 drivers/usb/host/ohci-hub.c 			ohci_writel(ohci, rhsc_enable, &ohci->regs->intrenable);
rhsc_enable       372 drivers/usb/host/ohci-hub.c 				if (rhsc_enable)
rhsc_enable       391 drivers/usb/host/ohci-hub.c 				if (rhsc_enable)
rhsc_enable       416 drivers/usb/host/ohci-hub.c 			if (!rhsc_enable && !rhsc_status) {
rhsc_enable       417 drivers/usb/host/ohci-hub.c 				rhsc_enable = OHCI_INTR_RHSC;
rhsc_enable       418 drivers/usb/host/ohci-hub.c 				ohci_writel(ohci, rhsc_enable,
rhsc_enable       422 drivers/usb/host/ohci-hub.c 			if (rhsc_enable)