Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/usb/
Dch9.h1236 #define USB3_LPM_MAX_U1_SEL_PEL 0xFF macro
/linux-5.19.10/drivers/usb/core/
Dhub.c3976 (u1_sel > USB3_LPM_MAX_U1_SEL_PEL || in usb_req_set_sel()
3977 u1_pel > USB3_LPM_MAX_U1_SEL_PEL)) || in usb_req_set_sel()
3991 if (u1_sel > USB3_LPM_MAX_U1_SEL_PEL) in usb_req_set_sel()
3992 u1_sel = USB3_LPM_MAX_U1_SEL_PEL; in usb_req_set_sel()
3994 if (u1_pel > USB3_LPM_MAX_U1_SEL_PEL) in usb_req_set_sel()
3995 u1_pel = USB3_LPM_MAX_U1_SEL_PEL; in usb_req_set_sel()
/linux-5.19.10/drivers/usb/host/
Dxhci.c4666 max_sel_pel = USB3_LPM_MAX_U1_SEL_PEL; in xhci_get_timeout_no_hub_lpm()