Lines Matching defs:qmp_phy_cfg
509 struct qmp_phy_cfg { struct
510 int lanes;
512 const struct qmp_usb_legacy_offsets *offsets;
515 const struct qmp_phy_init_tbl *serdes_tbl;
516 int serdes_tbl_num;
517 const struct qmp_phy_init_tbl *tx_tbl;
518 int tx_tbl_num;
519 const struct qmp_phy_init_tbl *rx_tbl;
520 int rx_tbl_num;
521 const struct qmp_phy_init_tbl *pcs_tbl;
522 int pcs_tbl_num;
546 const struct qmp_phy_cfg *cfg; argument