PORT_WAKE_BITS    181 drivers/usb/host/ehci-hub.c 		u32		t2 = t1 & ~PORT_WAKE_BITS;
PORT_WAKE_BITS    260 drivers/usb/host/ehci-hub.c 		u32		t2 = t1 & ~PORT_WAKE_BITS;
PORT_WAKE_BITS    465 drivers/usb/host/ehci-hub.c 		temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
PORT_WAKE_BITS    961 drivers/usb/host/ehci-hub.c 			temp &= ~PORT_WAKE_BITS;
PORT_WAKE_BITS    252 drivers/usb/host/ehci-tegra.c 		temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
PORT_WAKE_BITS   3618 drivers/usb/host/oxu210hp-hcd.c 				temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS);
PORT_WAKE_BITS   3795 drivers/usb/host/oxu210hp-hcd.c 				temp |= PORT_WAKE_BITS;
PORT_WAKE_BITS   1676 drivers/usb/host/xhci-hub.c 					t2 &= ~PORT_WAKE_BITS;
PORT_WAKE_BITS   1679 drivers/usb/host/xhci-hub.c 			t2 &= ~PORT_WAKE_BITS;
PORT_WAKE_BITS   1730 drivers/usb/host/xhci-hub.c 	portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
PORT_WAKE_BITS   1806 drivers/usb/host/xhci-hub.c 		portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS);
PORT_WAKE_BITS    902 drivers/usb/host/xhci.c 		t2 = t1 & ~PORT_WAKE_BITS;
PORT_WAKE_BITS    918 drivers/usb/host/xhci.c 		t2 = t1 & ~PORT_WAKE_BITS;