Lines Matching defs:qmp_phy_cfg
1765 struct qmp_phy_cfg { struct
1766 const struct qmp_combo_offsets *offsets;
1769 const struct qmp_phy_init_tbl *serdes_tbl;
1770 int serdes_tbl_num;
1771 const struct qmp_phy_init_tbl *tx_tbl;
1772 int tx_tbl_num;
1773 const struct qmp_phy_init_tbl *rx_tbl;
1774 int rx_tbl_num;
1775 const struct qmp_phy_init_tbl *pcs_tbl;
1776 int pcs_tbl_num;
1777 const struct qmp_phy_init_tbl *pcs_usb_tbl;
1778 int pcs_usb_tbl_num;
1780 const struct qmp_phy_init_tbl *dp_serdes_tbl;
1781 int dp_serdes_tbl_num;
1782 const struct qmp_phy_init_tbl *dp_tx_tbl;
1783 int dp_tx_tbl_num;
1786 const struct qmp_phy_init_tbl *serdes_tbl_rbr;
1787 int serdes_tbl_rbr_num;
1788 const struct qmp_phy_init_tbl *serdes_tbl_hbr;
1789 int serdes_tbl_hbr_num;
1790 const struct qmp_phy_init_tbl *serdes_tbl_hbr2;
1791 int serdes_tbl_hbr2_num;
1792 const struct qmp_phy_init_tbl *serdes_tbl_hbr3;
1793 int serdes_tbl_hbr3_num;
1796 const u8 (*swing_hbr_rbr)[4][4];
1797 const u8 (*swing_hbr3_hbr2)[4][4];
1798 const u8 (*pre_emphasis_hbr_rbr)[4][4];
1799 const u8 (*pre_emphasis_hbr3_hbr2)[4][4];
1802 int (*configure_dp_phy)(struct qmp_combo *qmp);
1803 void (*configure_dp_tx)(struct qmp_combo *qmp);
1804 int (*calibrate_dp_phy)(struct qmp_combo *qmp);
1828 const struct qmp_phy_cfg *cfg; argument