Lines Matching defs:qmp_phy_cfg
170 struct qmp_phy_cfg { struct
172 int num_phys;
175 const struct qmp_phy_init_tbl *serdes_tbl;
176 int serdes_tbl_num;
177 const struct qmp_phy_init_tbl *tx_tbl;
178 int tx_tbl_num;
179 const struct qmp_phy_init_tbl *rx_tbl;
180 int rx_tbl_num;
181 const struct qmp_phy_init_tbl *pcs_tbl;
182 int pcs_tbl_num;
185 const char * const *clk_list;
186 int num_clks;
188 const char * const *reset_list;
189 int num_resets;
214 const struct qmp_phy_cfg *cfg; argument