Lines Matching full:gen3
241 * Gen3 capable.
254 /* find if our max speed is Gen3 and parent supports Gen3 speeds */ in pcie_speeds()
265 "This HFI is not Gen3 capable, max speed 0x%x, need 0x3\n", in pcie_speeds()
276 dd_dev_info(dd, "Parent PCIe bridge does not support Gen3\n"); in pcie_speeds()
599 /* PCIe Gen3 support */
757 "Gen3 EQ Table Coefficient rule violations\n"); in load_eq_table()
775 * before the SBR for the Pcie Gen3.
897 * from Gen1/Gen2 to Gen3. in write_xmt_margin()
916 * same for Gen1/Gen2 and Gen3 in write_xmt_margin()
940 * Do all the steps needed to transition the PCIe link to Gen3 speed.
963 /* PCIe Gen3 is for the ASIC only */ in do_pcie_gen3_transition()
973 } else if (pcie_target == 3) { /* target Gen3 */ in do_pcie_gen3_transition()
996 dd_dev_info(dd, "%s: No upstream, Can't do gen3 transition\n", in do_pcie_gen3_transition()
1005 * Do the Gen3 transition. Steps are those of the PCIe Gen3 in do_pcie_gen3_transition()
1011 /* step 2: if either side is not capable of Gen3, done */ in do_pcie_gen3_transition()
1013 dd_dev_err(dd, "The PCIe link is not Gen3 capable\n"); in do_pcie_gen3_transition()
1039 /* step 4: download PCIe Gen3 SerDes firmware */ in do_pcie_gen3_transition()
1073 * PcieCfgRegPl100 - Gen3 Control in do_pcie_gen3_transition()
1083 * PcieCfgRegPl101 - Gen3 EQ FS and LF in do_pcie_gen3_transition()
1084 * PcieCfgRegPl102 - Gen3 EQ Presets to Coefficients Mapping in do_pcie_gen3_transition()
1085 * PcieCfgRegPl103 - Gen3 EQ Preset Index in do_pcie_gen3_transition()
1086 * PcieCfgRegPl105 - Gen3 EQ Status in do_pcie_gen3_transition()
1121 * PcieCfgRegPl106 - Gen3 EQ Control in do_pcie_gen3_transition()
1150 /* disable pCal for PCIe Gen3 RX equalization */ in do_pcie_gen3_transition()
1155 * Enable iCal for PCIe Gen3 RX equalization, and set which in do_pcie_gen3_transition()
1202 * We can set the target Gen3 because we have already checked in do_pcie_gen3_transition()
1203 * that it is Gen3 capable earlier. in do_pcie_gen3_transition()