Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c591 u32 hird; in dwc2_handle_lpm_intr() local
606 hird = (glpmcfg & GLPMCFG_HIRD_MASK) >> GLPMCFG_HIRD_SHIFT; in dwc2_handle_lpm_intr()
615 if (hird_thres_en && hird >= hird_thres) { in dwc2_handle_lpm_intr()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dipq6018.dtsi433 snps,hird-threshold = /bits/ 8 <0x0>;
584 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dipq8074.dtsi646 snps,hird-threshold = /bits/ 8 <0x0>;
689 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dmsm8996-xiaomi-common.dtsi403 snps,hird-threshold = /bits/ 8 <0>;
H A Dqcs404.dtsi696 snps,hird-threshold = /bits/ 8 <0x10>;
725 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8996-sony-xperia-tone.dtsi977 snps,hird-threshold = /bits/ 8 <0>;
H A Dipq9574.dtsi604 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dsdm630.dtsi1270 snps,hird-threshold = /bits/ 8 <0>;
1447 snps,hird-threshold = /bits/ 8 <0>;
H A Dqcm2290.dtsi1108 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8953.dtsi1157 snps,hird-threshold = /bits/ 8 <0x00>;
H A Dsm6375.dtsi1426 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8998.dtsi2166 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dsm6115.dtsi1332 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dsm6350.dtsi1870 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmsm8996.dtsi3086 snps,hird-threshold = /bits/ 8 <0>;
/openbmc/linux/drivers/usb/host/
H A Dxhci.c4418 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local
4456 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4458 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4460 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4474 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4478 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
/openbmc/linux/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");