Lines Matching defs:qmp_phy_cfg
1319 struct qmp_phy_cfg { struct
1320 const struct qmp_combo_offsets *offsets;
1323 const struct qmp_phy_init_tbl *serdes_tbl;
1324 int serdes_tbl_num;
1325 const struct qmp_phy_init_tbl *tx_tbl;
1326 int tx_tbl_num;
1327 const struct qmp_phy_init_tbl *rx_tbl;
1328 int rx_tbl_num;
1329 const struct qmp_phy_init_tbl *pcs_tbl;
1330 int pcs_tbl_num;
1331 const struct qmp_phy_init_tbl *pcs_usb_tbl;
1332 int pcs_usb_tbl_num;
1334 const struct qmp_phy_init_tbl *dp_serdes_tbl;
1335 int dp_serdes_tbl_num;
1336 const struct qmp_phy_init_tbl *dp_tx_tbl;
1337 int dp_tx_tbl_num;
1340 const struct qmp_phy_init_tbl *serdes_tbl_rbr;
1341 int serdes_tbl_rbr_num;
1342 const struct qmp_phy_init_tbl *serdes_tbl_hbr;
1343 int serdes_tbl_hbr_num;
1344 const struct qmp_phy_init_tbl *serdes_tbl_hbr2;
1345 int serdes_tbl_hbr2_num;
1346 const struct qmp_phy_init_tbl *serdes_tbl_hbr3;
1347 int serdes_tbl_hbr3_num;
1350 const u8 (*swing_hbr_rbr)[4][4];
1351 const u8 (*swing_hbr3_hbr2)[4][4];
1352 const u8 (*pre_emphasis_hbr_rbr)[4][4];
1353 const u8 (*pre_emphasis_hbr3_hbr2)[4][4];
1356 int (*configure_dp_phy)(struct qmp_combo *qmp);
1357 void (*configure_dp_tx)(struct qmp_combo *qmp);
1358 int (*calibrate_dp_phy)(struct qmp_combo *qmp);
1382 const struct qmp_phy_cfg *cfg; argument