Lines Matching full:gen3

239  * Gen3 capable.
252 /* find if our max speed is Gen3 and parent supports Gen3 speeds */ in pcie_speeds()
263 "This HFI is not Gen3 capable, max speed 0x%x, need 0x3\n", in pcie_speeds()
274 dd_dev_info(dd, "Parent PCIe bridge does not support Gen3\n"); in pcie_speeds()
597 /* PCIe Gen3 support */
755 "Gen3 EQ Table Coefficient rule violations\n"); in load_eq_table()
773 * before the SBR for the Pcie Gen3.
895 * from Gen1/Gen2 to Gen3. in write_xmt_margin()
914 * same for Gen1/Gen2 and Gen3 in write_xmt_margin()
938 * Do all the steps needed to transition the PCIe link to Gen3 speed.
961 /* PCIe Gen3 is for the ASIC only */ in do_pcie_gen3_transition()
971 } else if (pcie_target == 3) { /* target Gen3 */ in do_pcie_gen3_transition()
994 dd_dev_info(dd, "%s: No upstream, Can't do gen3 transition\n", in do_pcie_gen3_transition()
1003 * Do the Gen3 transition. Steps are those of the PCIe Gen3 in do_pcie_gen3_transition()
1009 /* step 2: if either side is not capable of Gen3, done */ in do_pcie_gen3_transition()
1011 dd_dev_err(dd, "The PCIe link is not Gen3 capable\n"); in do_pcie_gen3_transition()
1037 /* step 4: download PCIe Gen3 SerDes firmware */ in do_pcie_gen3_transition()
1071 * PcieCfgRegPl100 - Gen3 Control in do_pcie_gen3_transition()
1081 * PcieCfgRegPl101 - Gen3 EQ FS and LF in do_pcie_gen3_transition()
1082 * PcieCfgRegPl102 - Gen3 EQ Presets to Coefficients Mapping in do_pcie_gen3_transition()
1083 * PcieCfgRegPl103 - Gen3 EQ Preset Index in do_pcie_gen3_transition()
1084 * PcieCfgRegPl105 - Gen3 EQ Status in do_pcie_gen3_transition()
1119 * PcieCfgRegPl106 - Gen3 EQ Control in do_pcie_gen3_transition()
1148 /* disable pCal for PCIe Gen3 RX equalization */ in do_pcie_gen3_transition()
1153 * Enable iCal for PCIe Gen3 RX equalization, and set which in do_pcie_gen3_transition()
1200 * We can set the target Gen3 because we have already checked in do_pcie_gen3_transition()
1201 * that it is Gen3 capable earlier. in do_pcie_gen3_transition()