Lines Matching refs:qmp_phy_init_tbl

44 struct qmp_phy_init_tbl {  struct
112 static const struct qmp_phy_init_tbl msm8996_ufsphy_serdes[] = {
161 static const struct qmp_phy_init_tbl msm8996_ufsphy_tx[] = {
166 static const struct qmp_phy_init_tbl msm8996_ufsphy_rx[] = {
180 static const struct qmp_phy_init_tbl sm6115_ufsphy_serdes[] = {
233 static const struct qmp_phy_init_tbl sm6115_ufsphy_hs_b_serdes[] = {
237 static const struct qmp_phy_init_tbl sm6115_ufsphy_tx[] = {
242 static const struct qmp_phy_init_tbl sm6115_ufsphy_rx[] = {
260 static const struct qmp_phy_init_tbl sm6115_ufsphy_pcs[] = {
272 static const struct qmp_phy_init_tbl sdm845_ufsphy_serdes[] = {
311 static const struct qmp_phy_init_tbl sdm845_ufsphy_hs_b_serdes[] = {
315 static const struct qmp_phy_init_tbl sdm845_ufsphy_tx[] = {
321 static const struct qmp_phy_init_tbl sdm845_ufsphy_rx[] = {
340 static const struct qmp_phy_init_tbl sdm845_ufsphy_pcs[] = {
351 static const struct qmp_phy_init_tbl sm7150_ufsphy_rx[] = {
370 static const struct qmp_phy_init_tbl sm7150_ufsphy_pcs[] = {
381 static const struct qmp_phy_init_tbl sm8150_ufsphy_serdes[] = {
408 static const struct qmp_phy_init_tbl sm8150_ufsphy_hs_b_serdes[] = {
412 static const struct qmp_phy_init_tbl sm8150_ufsphy_tx[] = {
421 static const struct qmp_phy_init_tbl sm8150_ufsphy_hs_g4_tx[] = {
425 static const struct qmp_phy_init_tbl sm8150_ufsphy_rx[] = {
462 static const struct qmp_phy_init_tbl sm8150_ufsphy_hs_g4_rx[] = {
481 static const struct qmp_phy_init_tbl sm8150_ufsphy_pcs[] = {
491 static const struct qmp_phy_init_tbl sm8150_ufsphy_hs_g4_pcs[] = {
496 static const struct qmp_phy_init_tbl sm8250_ufsphy_hs_g4_tx[] = {
500 static const struct qmp_phy_init_tbl sm8250_ufsphy_hs_g4_rx[] = {
524 static const struct qmp_phy_init_tbl sm8350_ufsphy_serdes[] = {
551 static const struct qmp_phy_init_tbl sm8350_ufsphy_hs_b_serdes[] = {
555 static const struct qmp_phy_init_tbl sm8350_ufsphy_tx[] = {
567 static const struct qmp_phy_init_tbl sm8350_ufsphy_rx[] = {
607 static const struct qmp_phy_init_tbl sm8350_ufsphy_pcs[] = {
618 static const struct qmp_phy_init_tbl sm8350_ufsphy_g4_tx[] = {
622 static const struct qmp_phy_init_tbl sm8350_ufsphy_g4_rx[] = {
642 static const struct qmp_phy_init_tbl sm8350_ufsphy_g4_pcs[] = {
646 static const struct qmp_phy_init_tbl sm8550_ufsphy_serdes[] = {
669 static const struct qmp_phy_init_tbl sm8550_ufsphy_tx[] = {
674 static const struct qmp_phy_init_tbl sm8550_ufsphy_rx[] = {
693 static const struct qmp_phy_init_tbl sm8550_ufsphy_pcs[] = {
712 const struct qmp_phy_init_tbl *serdes;
714 const struct qmp_phy_init_tbl *tx;
716 const struct qmp_phy_init_tbl *rx;
718 const struct qmp_phy_init_tbl *pcs;
1168 const struct qmp_phy_init_tbl tbl[], in qmp_ufs_configure_lane()
1173 const struct qmp_phy_init_tbl *t = tbl; in qmp_ufs_configure_lane()
1187 const struct qmp_phy_init_tbl tbl[], in qmp_ufs_configure()