Lines Matching refs:pset
997 uint pset = pcie_pset;
1169 if (pset == UNSET_PSET)
1170 pset = default_pset;
1171 if (pset > 10) { /* valid range is 0-10, inclusive */
1173 __func__, pset, default_pset);
1174 pset = default_pset;
1176 dd_dev_info(dd, "%s: using EQ Pset %u\n", __func__, pset);
1178 ((1 << pset) <<
1208 pcie_dc = ctle_tunings[pset][0];
1209 pcie_lf = ctle_tunings[pset][1];
1210 pcie_hf = ctle_tunings[pset][2];
1211 pcie_bw = ctle_tunings[pset][3];