Home
last modified time | relevance | path

Searched refs:USB3_LPM_MAX_U2_SEL_PEL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/usb/
Dch9.h1217 #define USB3_LPM_MAX_U2_SEL_PEL 0xFFFF macro
/Linux-v5.4/drivers/usb/core/
Dhub.c3850 (u2_sel > USB3_LPM_MAX_U2_SEL_PEL || in usb_req_set_sel()
3851 u2_pel > USB3_LPM_MAX_U2_SEL_PEL))) { in usb_req_set_sel()
3868 if (u2_sel > USB3_LPM_MAX_U2_SEL_PEL) in usb_req_set_sel()
3869 u2_sel = USB3_LPM_MAX_U2_SEL_PEL; in usb_req_set_sel()
3871 if (u2_pel > USB3_LPM_MAX_U2_SEL_PEL) in usb_req_set_sel()
3872 u2_pel = USB3_LPM_MAX_U2_SEL_PEL; in usb_req_set_sel()
/Linux-v5.4/drivers/usb/host/
Dxhci.c4561 max_sel_pel = USB3_LPM_MAX_U2_SEL_PEL; in xhci_get_timeout_no_hub_lpm()