• Home
  • Raw
  • Download

Lines Matching full:gen3

302  * Gen3 capable.
315 /* find if our max speed is Gen3 and parent supports Gen3 speeds */ in pcie_speeds()
326 "This HFI is not Gen3 capable, max speed 0x%x, need 0x3\n", in pcie_speeds()
337 dd_dev_info(dd, "Parent PCIe bridge does not support Gen3\n"); in pcie_speeds()
672 /* PCIe Gen3 support */
830 "Gen3 EQ Table Coefficient rule violations\n"); in load_eq_table()
848 * before the SBR for the Pcie Gen3.
970 * from Gen1/Gen2 to Gen3. in write_xmt_margin()
989 * same for Gen1/Gen2 and Gen3 in write_xmt_margin()
1013 * Do all the steps needed to transition the PCIe link to Gen3 speed.
1035 /* PCIe Gen3 is for the ASIC only */ in do_pcie_gen3_transition()
1045 } else if (pcie_target == 3) { /* target Gen3 */ in do_pcie_gen3_transition()
1068 dd_dev_info(dd, "%s: No upstream, Can't do gen3 transition\n", in do_pcie_gen3_transition()
1074 * Do the Gen3 transition. Steps are those of the PCIe Gen3 in do_pcie_gen3_transition()
1080 /* step 2: if either side is not capable of Gen3, done */ in do_pcie_gen3_transition()
1082 dd_dev_err(dd, "The PCIe link is not Gen3 capable\n"); in do_pcie_gen3_transition()
1108 /* step 4: download PCIe Gen3 SerDes firmware */ in do_pcie_gen3_transition()
1142 * PcieCfgRegPl100 - Gen3 Control in do_pcie_gen3_transition()
1152 * PcieCfgRegPl101 - Gen3 EQ FS and LF in do_pcie_gen3_transition()
1153 * PcieCfgRegPl102 - Gen3 EQ Presets to Coefficients Mapping in do_pcie_gen3_transition()
1154 * PcieCfgRegPl103 - Gen3 EQ Preset Index in do_pcie_gen3_transition()
1155 * PcieCfgRegPl105 - Gen3 EQ Status in do_pcie_gen3_transition()
1190 * PcieCfgRegPl106 - Gen3 EQ Control in do_pcie_gen3_transition()
1219 /* disable pCal for PCIe Gen3 RX equalization */ in do_pcie_gen3_transition()
1224 * Enable iCal for PCIe Gen3 RX equalization, and set which in do_pcie_gen3_transition()
1271 * We can set the target Gen3 because we have already checked in do_pcie_gen3_transition()
1272 * that it is Gen3 capable earlier. in do_pcie_gen3_transition()