Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dcore_intr.c570 u32 hird; in dwc2_handle_lpm_intr() local
585 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr()
594 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/Linux-v5.10/arch/arm64/boot/dts/qcom/
Dipq8074.dtsi438 snps,hird-threshold = /bits/ 8 <0x0>;
479 snps,hird-threshold = /bits/ 8 <0x0>;
Dqcs404.dtsi554 snps,hird-threshold = /bits/ 8 <0x10>;
583 snps,hird-threshold = /bits/ 8 <0x10>;
Dmsm8998.dtsi1690 snps,hird-threshold = /bits/ 8 <0x10>;
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Ddwc3.txt86 - snps,hird-threshold: HIRD threshold
/Linux-v5.10/drivers/usb/host/
Dxhci.c4398 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4436 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4438 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4440 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4464 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4468 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
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");