Home
last modified time | relevance | path

Searched refs:pel (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dxhci.c4352 unsigned long long pel; in xhci_get_timeout_no_hub_lpm() local
4360 pel = DIV_ROUND_UP(udev->u1_params.pel, 1000); in xhci_get_timeout_no_hub_lpm()
4366 pel = DIV_ROUND_UP(udev->u2_params.pel, 1000); in xhci_get_timeout_no_hub_lpm()
4376 if (sel <= max_sel_pel && pel <= max_sel_pel) in xhci_get_timeout_no_hub_lpm()
4386 state_name, pel); in xhci_get_timeout_no_hub_lpm()
/drivers/usb/core/
Dhub.c245 hub_pel = port_to_port_exit_latency * 1000 + hub_lpm_params->pel; in usb_set_lpm_pel()
252 udev_lpm_params->pel = first_link_pel; in usb_set_lpm_pel()
254 udev_lpm_params->pel = hub_pel; in usb_set_lpm_pel()
280 total_sel = udev_lpm_params->pel; in usb_set_lpm_sel()
3677 u1_pel = DIV_ROUND_UP(udev->u1_params.pel, 1000); in usb_req_set_sel()
3679 u2_pel = DIV_ROUND_UP(udev->u2_params.pel, 1000); in usb_req_set_sel()