Searched refs:hird (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/usb/dwc2/ |
| D | core_intr.c | 597 u32 hird; in dwc2_handle_lpm_intr() local 612 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr() 621 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
|
| /Linux-v5.15/arch/arm64/boot/dts/qcom/ |
| D | ipq8074.dtsi | 491 snps,hird-threshold = /bits/ 8 <0x0>; 531 snps,hird-threshold = /bits/ 8 <0x0>;
|
| D | qcs404.dtsi | 554 snps,hird-threshold = /bits/ 8 <0x10>; 583 snps,hird-threshold = /bits/ 8 <0x10>;
|
| D | ipq6018.dtsi | 667 snps,hird-threshold = /bits/ 8 <0x0>;
|
| D | msm8996-sony-xperia-tone.dtsi | 955 snps,hird-threshold = /bits/ 8 <0>;
|
| D | msm8998.dtsi | 1976 snps,hird-threshold = /bits/ 8 <0x10>;
|
| D | sdm630.dtsi | 1244 snps,hird-threshold = /bits/ 8 <0>;
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci.c | 4465 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local 4503 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm() 4505 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4507 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm() 4531 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm() 4535 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");
|