Home
last modified time | relevance | path

Searched refs:hird (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore_intr.c578 u32 hird; in dwc2_handle_lpm_intr() local
593 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr()
602 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore_intr.c567 u32 hird; in dwc2_handle_lpm_intr() local
582 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr()
591 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.c4468 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4506 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4508 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4510 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4534 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4538 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
H A Dfotg210-hcd.c74 static unsigned int hird; variable
75 module_param(hird, int, S_IRUGO);
76 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.c4365 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4403 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4405 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4407 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4421 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4425 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.c73 static unsigned int hird; variable
74 module_param(hird, int, S_IRUGO);
75 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");

Completed in 28 milliseconds