Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dhub.c300 unsigned int total_sel; in usb_set_lpm_sel() local
303 total_sel = udev_lpm_params->pel; in usb_set_lpm_sel()
310 total_sel += 2100 + 250 * (num_hubs - 1); in usb_set_lpm_sel()
313 total_sel += 250 * num_hubs; in usb_set_lpm_sel()
315 udev_lpm_params->sel = total_sel; in usb_set_lpm_sel()