USB3_LPM_MAX_U2_SEL_PEL 3874 drivers/usb/core/hub.c 			 (u2_sel > USB3_LPM_MAX_U2_SEL_PEL ||
USB3_LPM_MAX_U2_SEL_PEL 3875 drivers/usb/core/hub.c 			  u2_pel > USB3_LPM_MAX_U2_SEL_PEL))) {
USB3_LPM_MAX_U2_SEL_PEL 3892 drivers/usb/core/hub.c 	if (u2_sel > USB3_LPM_MAX_U2_SEL_PEL)
USB3_LPM_MAX_U2_SEL_PEL 3893 drivers/usb/core/hub.c 		u2_sel = USB3_LPM_MAX_U2_SEL_PEL;
USB3_LPM_MAX_U2_SEL_PEL 3895 drivers/usb/core/hub.c 	if (u2_pel > USB3_LPM_MAX_U2_SEL_PEL)
USB3_LPM_MAX_U2_SEL_PEL 3896 drivers/usb/core/hub.c 		u2_pel = USB3_LPM_MAX_U2_SEL_PEL;
USB3_LPM_MAX_U2_SEL_PEL 4560 drivers/usb/host/xhci.c 		max_sel_pel = USB3_LPM_MAX_U2_SEL_PEL;