Searched refs:hird (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/usb/dwc2/ |
D | core_intr.c | 567 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-6.1.9/arch/arm64/boot/dts/qcom/ |
D | ipq8074.dtsi | 596 snps,hird-threshold = /bits/ 8 <0x0>; 638 snps,hird-threshold = /bits/ 8 <0x0>;
|
D | ipq6018.dtsi | 680 snps,hird-threshold = /bits/ 8 <0x0>; 765 snps,hird-threshold = /bits/ 8 <0x0>;
|
D | msm8996-xiaomi-common.dtsi | 366 snps,hird-threshold = /bits/ 8 <0>;
|
D | qcs404.dtsi | 548 snps,hird-threshold = /bits/ 8 <0x10>; 577 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | msm8996-sony-xperia-tone.dtsi | 961 snps,hird-threshold = /bits/ 8 <0>;
|
D | sdm630.dtsi | 1254 snps,hird-threshold = /bits/ 8 <0>; 1431 snps,hird-threshold = /bits/ 8 <0>;
|
D | msm8953.dtsi | 791 snps,hird-threshold = /bits/ 8 <0x00>;
|
D | sm6350.dtsi | 1231 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | msm8998.dtsi | 2028 snps,hird-threshold = /bits/ 8 <0x10>;
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci.c | 4521 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local 4559 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm() 4561 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4563 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm() 4577 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm() 4581 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
|
D | fotg210-hcd.c | 74 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");
|
/linux-6.1.9/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 255 snps,hird-threshold:
|