Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc2/
H A Dcore_intr.c606 u32 hird; in dwc2_handle_lpm_intr() local
621 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr()
630 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dipq5424.dtsi351 snps,hird-threshold = /bits/ 8 <0x0>;
442 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dipq5018.dtsi276 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dipq8074.dtsi671 snps,hird-threshold = /bits/ 8 <0x0>;
721 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dipq5332.dtsi361 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dipq6018.dtsi453 snps,hird-threshold = /bits/ 8 <0x0>;
709 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dmsm8996-xiaomi-common.dtsi403 snps,hird-threshold = /bits/ 8 <0>;
H A Dqcs404.dtsi695 snps,hird-threshold = /bits/ 8 <0x10>;
734 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8996-sony-xperia-tone.dtsi977 snps,hird-threshold = /bits/ 8 <0>;
H A Dsdm630.dtsi1308 snps,hird-threshold = /bits/ 8 <0>;
1517 snps,hird-threshold = /bits/ 8 <0>;
H A Dipq9574.dtsi755 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dqcs615.dtsi3595 snps,hird-threshold = /bits/ 8 <0x10>;
3656 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8953.dtsi1322 snps,hird-threshold = /bits/ 8 <0x00>;
H A Dsm6375.dtsi1471 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dqcm2290.dtsi1406 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dsm6350.dtsi1925 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8998.dtsi2206 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dsm6115.dtsi1678 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dsar2130p.dtsi1920 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dmsm8996.dtsi3105 snps,hird-threshold = /bits/ 8 <0>;
H A Dsm8550.dtsi3510 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dsm8650.dtsi4171 snps,hird-threshold = /bits/ 8 <0x0>;
/linux-6.15/drivers/usb/host/
H A Dxhci.c4502 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4540 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4542 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4544 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4558 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4562 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dsnps,dwc3-common.yaml236 snps,hird-threshold:
/linux-6.15/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");