USB3_LPM_MAX_U1_SEL_PEL 3871 drivers/usb/core/hub.c 				(u1_sel > USB3_LPM_MAX_U1_SEL_PEL ||
USB3_LPM_MAX_U1_SEL_PEL 3872 drivers/usb/core/hub.c 				 u1_pel > USB3_LPM_MAX_U1_SEL_PEL)) ||
USB3_LPM_MAX_U1_SEL_PEL 3886 drivers/usb/core/hub.c 	if (u1_sel > USB3_LPM_MAX_U1_SEL_PEL)
USB3_LPM_MAX_U1_SEL_PEL 3887 drivers/usb/core/hub.c 		u1_sel = USB3_LPM_MAX_U1_SEL_PEL;
USB3_LPM_MAX_U1_SEL_PEL 3889 drivers/usb/core/hub.c 	if (u1_pel > USB3_LPM_MAX_U1_SEL_PEL)
USB3_LPM_MAX_U1_SEL_PEL 3890 drivers/usb/core/hub.c 		u1_pel = USB3_LPM_MAX_U1_SEL_PEL;
USB3_LPM_MAX_U1_SEL_PEL 4554 drivers/usb/host/xhci.c 		max_sel_pel = USB3_LPM_MAX_U1_SEL_PEL;