Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/usb/
Dch9.h987 #define USB3_LPM_MAX_U2_SEL_PEL 0xFFFF macro
/linux-4.1.27/drivers/usb/core/
Dhub.c3678 (u2_sel > USB3_LPM_MAX_U2_SEL_PEL || in usb_req_set_sel()
3679 u2_pel > USB3_LPM_MAX_U2_SEL_PEL))) { in usb_req_set_sel()
3696 if (u2_sel > USB3_LPM_MAX_U2_SEL_PEL) in usb_req_set_sel()
3697 u2_sel = USB3_LPM_MAX_U2_SEL_PEL; in usb_req_set_sel()
3699 if (u2_pel > USB3_LPM_MAX_U2_SEL_PEL) in usb_req_set_sel()
3700 u2_pel = USB3_LPM_MAX_U2_SEL_PEL; in usb_req_set_sel()
/linux-4.1.27/drivers/usb/host/
Dxhci.c4321 max_sel_pel = USB3_LPM_MAX_U2_SEL_PEL; in xhci_get_timeout_no_hub_lpm()