Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c4659 int hird, exit_latency; in xhci_set_usb2_hardware_lpm()
4696 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm()
4698 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm()
4700 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm()
4714 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm()
4718 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4662 int hird, exit_latency; xhci_set_usb2_hardware_lpm() local
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8996-sony-xperia-tone.dtsi977 snps,hird-threshold = /bits/ 8 <0>;
H A Dglymur.dtsi4041 snps,hird-threshold = /bits/ 8 <0x0>;
4116 snps,hird-threshold = /bits/ 8 <0x0>;
4191 snps,hird-threshold = /bits/ 8 <0x0>;
4277 snps,hird-threshold = /bits/ 8 <0x0>;
4350 snps,hird-threshold = /bits/ 8 <0x0>;
H A Dagatti.dtsi1627 snps,hird-threshold = /bits/ 8 <0x10>;
H A Dmilos.dtsi1864 snps,hird-threshold = /bits/ 8 <0x0>;
/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");