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

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpcie.c636 static uint pcie_ctle = 3; /* discrete on, integrated on */ variable
637 module_param(pcie_ctle, uint, S_IRUGO);
638 MODULE_PARM_DESC(pcie_ctle, "PCIe static CTLE mode, bit 0 - discrete on/off, bit 1 - integrated on/off");
1092 static_ctle_mode = pcie_ctle & 0x1;
1102 static_ctle_mode = (pcie_ctle >> 1) & 0x1;

Completed in 103 milliseconds