PORT_PLS_MASK     375 drivers/usb/host/xhci-debugfs.c 		if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) {
PORT_PLS_MASK     380 drivers/usb/host/xhci-debugfs.c 		portsc &= ~PORT_PLS_MASK;
PORT_PLS_MASK     686 drivers/usb/host/xhci-hub.c 	temp &= ~PORT_PLS_MASK;
PORT_PLS_MASK     739 drivers/usb/host/xhci-hub.c 	u32 pls = status_reg & PORT_PLS_MASK;
PORT_PLS_MASK     799 drivers/usb/host/xhci-hub.c 	bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0);
PORT_PLS_MASK     939 drivers/usb/host/xhci-hub.c 	link_state = portsc & PORT_PLS_MASK;
PORT_PLS_MASK     987 drivers/usb/host/xhci-hub.c 	link_state = portsc & PORT_PLS_MASK;
PORT_PLS_MASK    1074 drivers/usb/host/xhci-hub.c 	    (raw_port_status & PORT_PLS_MASK) != XDEV_U3 &&
PORT_PLS_MASK    1075 drivers/usb/host/xhci-hub.c 	    (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) {
PORT_PLS_MASK    1198 drivers/usb/host/xhci-hub.c 			if ((temp & PORT_PLS_MASK) != XDEV_U0) {
PORT_PLS_MASK    1212 drivers/usb/host/xhci-hub.c 				|| (temp & PORT_PLS_MASK) >= XDEV_U3) {
PORT_PLS_MASK    1318 drivers/usb/host/xhci-hub.c 				u32 pls = temp & PORT_PLS_MASK;
PORT_PLS_MASK    1365 drivers/usb/host/xhci-hub.c 					if ((temp & PORT_PLS_MASK) == XDEV_U3)
PORT_PLS_MASK    1452 drivers/usb/host/xhci-hub.c 			if ((temp & PORT_PLS_MASK) == XDEV_U3) {
PORT_PLS_MASK    1631 drivers/usb/host/xhci-hub.c 		    (t1 & PORT_PLS_MASK) == XDEV_POLLING) {
PORT_PLS_MASK    1647 drivers/usb/host/xhci-hub.c 		if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) {
PORT_PLS_MASK    1655 drivers/usb/host/xhci-hub.c 			t2 &= ~PORT_PLS_MASK;
PORT_PLS_MASK    1725 drivers/usb/host/xhci-hub.c 	if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) &&
PORT_PLS_MASK    1726 drivers/usb/host/xhci-hub.c 	    ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE))
PORT_PLS_MASK    1790 drivers/usb/host/xhci-hub.c 			switch (portsc & PORT_PLS_MASK) {
PORT_PLS_MASK    1793 drivers/usb/host/xhci-hub.c 				portsc &= ~PORT_PLS_MASK;
PORT_PLS_MASK    1641 drivers/usb/host/xhci-ring.c 	    (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) {
PORT_PLS_MASK    1647 drivers/usb/host/xhci-ring.c 	if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) {
PORT_PLS_MASK    1690 drivers/usb/host/xhci-ring.c 	    ((portsc & PORT_PLS_MASK) == XDEV_U0 ||
PORT_PLS_MASK    1691 drivers/usb/host/xhci-ring.c 	     (portsc & PORT_PLS_MASK) == XDEV_U1 ||
PORT_PLS_MASK    1692 drivers/usb/host/xhci-ring.c 	     (portsc & PORT_PLS_MASK) == XDEV_U2)) {
PORT_PLS_MASK     488 drivers/usb/host/xhci.c 		if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) {
PORT_PLS_MASK     950 drivers/usb/host/xhci.c 		    (portsc & PORT_PLS_MASK) == XDEV_RESUME)
PORT_PLS_MASK     958 drivers/usb/host/xhci.c 		    (portsc & PORT_PLS_MASK) == XDEV_RESUME)
PORT_PLS_MASK    2515 drivers/usb/host/xhci.h 	switch (portsc & PORT_PLS_MASK) {