Searched refs:hird (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/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-v6.6/arch/arm64/boot/dts/qcom/ |
D | ipq6018.dtsi | 433 snps,hird-threshold = /bits/ 8 <0x0>; 583 snps,hird-threshold = /bits/ 8 <0x0>;
|
D | ipq8074.dtsi | 645 snps,hird-threshold = /bits/ 8 <0x0>; 687 snps,hird-threshold = /bits/ 8 <0x0>;
|
D | msm8996-xiaomi-common.dtsi | 403 snps,hird-threshold = /bits/ 8 <0>;
|
D | qcs404.dtsi | 696 snps,hird-threshold = /bits/ 8 <0x10>; 725 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | msm8996-sony-xperia-tone.dtsi | 977 snps,hird-threshold = /bits/ 8 <0>;
|
D | ipq9574.dtsi | 604 snps,hird-threshold = /bits/ 8 <0x0>;
|
D | sdm630.dtsi | 1269 snps,hird-threshold = /bits/ 8 <0>; 1446 snps,hird-threshold = /bits/ 8 <0>;
|
D | qcm2290.dtsi | 1101 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | msm8953.dtsi | 1157 snps,hird-threshold = /bits/ 8 <0x00>;
|
D | sm6375.dtsi | 1399 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | sm6115.dtsi | 1323 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | sm6350.dtsi | 1866 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | msm8998.dtsi | 2158 snps,hird-threshold = /bits/ 8 <0x10>;
|
D | msm8996.dtsi | 3060 snps,hird-threshold = /bits/ 8 <0>;
|
/Linux-v6.6/drivers/usb/host/ |
D | xhci.c | 4355 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local 4393 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm() 4395 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4397 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm() 4411 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm() 4415 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
|
/Linux-v6.6/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 73 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");
|