Searched refs:USB3_LPM_MAX_U1_SEL_PEL (Results 1 – 3 of 3) sorted by relevance
986 #define USB3_LPM_MAX_U1_SEL_PEL 0xFF macro
3675 (u1_sel > USB3_LPM_MAX_U1_SEL_PEL || in usb_req_set_sel()3676 u1_pel > USB3_LPM_MAX_U1_SEL_PEL)) || in usb_req_set_sel()3690 if (u1_sel > USB3_LPM_MAX_U1_SEL_PEL) in usb_req_set_sel()3691 u1_sel = USB3_LPM_MAX_U1_SEL_PEL; in usb_req_set_sel()3693 if (u1_pel > USB3_LPM_MAX_U1_SEL_PEL) in usb_req_set_sel()3694 u1_pel = USB3_LPM_MAX_U1_SEL_PEL; in usb_req_set_sel()
4315 max_sel_pel = USB3_LPM_MAX_U1_SEL_PEL; in xhci_get_timeout_no_hub_lpm()