Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc2/
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()
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dipq6018.dtsi680 snps,hird-threshold = /bits/ 8 <0x0>;
765 snps,hird-threshold = /bits/ 8 <0x0>;
Dipq8074.dtsi596 snps,hird-threshold = /bits/ 8 <0x0>;
638 snps,hird-threshold = /bits/ 8 <0x0>;
Dmsm8996-xiaomi-common.dtsi366 snps,hird-threshold = /bits/ 8 <0>;
Dqcs404.dtsi548 snps,hird-threshold = /bits/ 8 <0x10>;
577 snps,hird-threshold = /bits/ 8 <0x10>;
Dmsm8996-sony-xperia-tone.dtsi961 snps,hird-threshold = /bits/ 8 <0>;
Dsdm630.dtsi1254 snps,hird-threshold = /bits/ 8 <0>;
1431 snps,hird-threshold = /bits/ 8 <0>;
Dmsm8953.dtsi791 snps,hird-threshold = /bits/ 8 <0x00>;
Dsm6350.dtsi1233 snps,hird-threshold = /bits/ 8 <0x10>;
Dmsm8998.dtsi2028 snps,hird-threshold = /bits/ 8 <0x10>;
/Linux-v6.1/drivers/usb/host/
Dxhci.c4516 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4554 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4556 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4558 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4572 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4576 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");