Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/usb/
Dch9.h1214 #define USB3_LPM_MAX_U1_SEL_PEL 0xFF macro
/Linux-v4.19/drivers/usb/core/
Dhub.c3784 (u1_sel > USB3_LPM_MAX_U1_SEL_PEL || in usb_req_set_sel()
3785 u1_pel > USB3_LPM_MAX_U1_SEL_PEL)) || in usb_req_set_sel()
3799 if (u1_sel > USB3_LPM_MAX_U1_SEL_PEL) in usb_req_set_sel()
3800 u1_sel = USB3_LPM_MAX_U1_SEL_PEL; in usb_req_set_sel()
3802 if (u1_pel > USB3_LPM_MAX_U1_SEL_PEL) in usb_req_set_sel()
3803 u1_pel = USB3_LPM_MAX_U1_SEL_PEL; in usb_req_set_sel()
/Linux-v4.19/drivers/usb/host/
Dxhci.c4420 max_sel_pel = USB3_LPM_MAX_U1_SEL_PEL; in xhci_get_timeout_no_hub_lpm()