Searched refs:hird (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq6018.dtsi | 453 snps,hird-threshold = /bits/ 8 <0x0>; 709 snps,hird-threshold = /bits/ 8 <0x0>;
|
H A D | msm8996-xiaomi-common.dtsi | 403 snps,hird-threshold = /bits/ 8 <0>;
|
H A D | msm8996-sony-xperia-tone.dtsi | 977 snps,hird-threshold = /bits/ 8 <0>;
|
H A D | msm8953.dtsi | 1322 snps,hird-threshold = /bits/ 8 <0x00>;
|
H A D | qcm2290.dtsi | 1406 snps,hird-threshold = /bits/ 8 <0x10>;
|
H A D | msm8998.dtsi | 2206 snps,hird-threshold = /bits/ 8 <0x10>;
|
/linux/drivers/usb/host/ |
H A D | xhci.c | 4505 int hird, exit_latency; in xhci_set_usb2_hardware_lpm() local 4543 hird = USB_GET_BESL_BASELINE(field); in xhci_set_usb2_hardware_lpm() 4545 hird = udev->l1_params.besl; in xhci_set_usb2_hardware_lpm() 4547 exit_latency = xhci_besl_encoding[hird]; in xhci_set_usb2_hardware_lpm() 4561 hird = xhci_calculate_hird_besl(xhci, udev); in xhci_set_usb2_hardware_lpm() 4565 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
|
/linux/drivers/usb/fotg210/ |
H A 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");
|