Lines Matching defs:pset
946 uint pset = pcie_pset;
1118 if (pset == UNSET_PSET)
1119 pset = default_pset;
1120 if (pset > 10) { /* valid range is 0-10, inclusive */
1122 __func__, pset, default_pset);
1123 pset = default_pset;
1125 dd_dev_info(dd, "%s: using EQ Pset %u\n", __func__, pset);
1127 ((1 << pset) <<
1157 pcie_dc = ctle_tunings[pset][0];
1158 pcie_lf = ctle_tunings[pset][1];
1159 pcie_hf = ctle_tunings[pset][2];
1160 pcie_bw = ctle_tunings[pset][3];