Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpcie.c692 static uint pcie_ctle = 3; /* discrete on, integrated on */ variable
693 module_param(pcie_ctle, uint, S_IRUGO);
694 MODULE_PARM_DESC(pcie_ctle, "PCIe static CTLE mode, bit 0 - discrete on/off, bit 1 - integrated on/…
1148 static_ctle_mode = pcie_ctle & 0x1; in do_pcie_gen3_transition()
1158 static_ctle_mode = (pcie_ctle >> 1) & 0x1; in do_pcie_gen3_transition()