Lines Matching defs:xgene_phy_ctx
530 struct xgene_phy_ctx {
593 static void cmu_wr(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type,
610 static void cmu_rd(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type,
624 static void cmu_toggle1to0(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type,
637 static void cmu_clrbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type,
647 static void cmu_setbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type,
657 static void serdes_wr(struct xgene_phy_ctx *ctx, int lane, u32 reg, u32 data)
672 static void serdes_rd(struct xgene_phy_ctx *ctx, int lane, u32 reg, u32 *data)
683 static void serdes_clrbits(struct xgene_phy_ctx *ctx, int lane, u32 reg,
693 static void serdes_setbits(struct xgene_phy_ctx *ctx, int lane, u32 reg,
703 static void xgene_phy_cfg_cmu_clk_type(struct xgene_phy_ctx *ctx,
757 static void xgene_phy_sata_cfg_cmu_core(struct xgene_phy_ctx *ctx,
912 static void xgene_phy_ssc_enable(struct xgene_phy_ctx *ctx,
938 static void xgene_phy_sata_cfg_lanes(struct xgene_phy_ctx *ctx)
1133 static int xgene_phy_cal_rdy_chk(struct xgene_phy_ctx *ctx,
1233 static void xgene_phy_pdwn_force_vco(struct xgene_phy_ctx *ctx,
1251 static int xgene_phy_hw_init_sata(struct xgene_phy_ctx *ctx,
1315 static int xgene_phy_hw_initialize(struct xgene_phy_ctx *ctx,
1342 static void xgene_phy_force_lat_summer_cal(struct xgene_phy_ctx *ctx, int lane)
1408 static void xgene_phy_reset_rxd(struct xgene_phy_ctx *ctx, int lane)
1422 static void xgene_phy_gen_avg_val(struct xgene_phy_ctx *ctx, int lane)
1580 struct xgene_phy_ctx *ctx = phy_get_drvdata(phy);
1614 struct xgene_phy_ctx *ctx = dev_get_drvdata(dev);
1646 struct xgene_phy_ctx *ctx;