Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dcore_intr.c560 u32 hird; in dwc2_handle_lpm_intr() local
575 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr()
584 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Ddwc3.txt75 - snps,hird-threshold: HIRD threshold
/Linux-v4.19/drivers/usb/host/
Dxhci.c4255 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4290 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4292 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4294 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4318 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4322 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
Dfotg210-hcd.c71 static unsigned int hird; variable
72 module_param(hird, int, S_IRUGO);
73 MODULE_PARM_DESC(hird, "host initiated resume duration, +1 for each 75us");