Lines Matching refs:xgene_phy_ctx
542 struct xgene_phy_ctx { struct
605 static void cmu_wr(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_wr()
622 static void cmu_rd(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_rd()
636 static void cmu_toggle1to0(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_toggle1to0()
649 static void cmu_clrbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_clrbits()
659 static void cmu_setbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_setbits()
669 static void serdes_wr(struct xgene_phy_ctx *ctx, int lane, u32 reg, u32 data) in serdes_wr()
684 static void serdes_rd(struct xgene_phy_ctx *ctx, int lane, u32 reg, u32 *data) in serdes_rd()
695 static void serdes_clrbits(struct xgene_phy_ctx *ctx, int lane, u32 reg, in serdes_clrbits()
705 static void serdes_setbits(struct xgene_phy_ctx *ctx, int lane, u32 reg, in serdes_setbits()
715 static void xgene_phy_cfg_cmu_clk_type(struct xgene_phy_ctx *ctx, in xgene_phy_cfg_cmu_clk_type()
769 static void xgene_phy_sata_cfg_cmu_core(struct xgene_phy_ctx *ctx, in xgene_phy_sata_cfg_cmu_core()
924 static void xgene_phy_ssc_enable(struct xgene_phy_ctx *ctx, in xgene_phy_ssc_enable()
950 static void xgene_phy_sata_cfg_lanes(struct xgene_phy_ctx *ctx) in xgene_phy_sata_cfg_lanes()
1145 static int xgene_phy_cal_rdy_chk(struct xgene_phy_ctx *ctx, in xgene_phy_cal_rdy_chk()
1245 static void xgene_phy_pdwn_force_vco(struct xgene_phy_ctx *ctx, in xgene_phy_pdwn_force_vco()
1263 static int xgene_phy_hw_init_sata(struct xgene_phy_ctx *ctx, in xgene_phy_hw_init_sata()
1327 static int xgene_phy_hw_initialize(struct xgene_phy_ctx *ctx, in xgene_phy_hw_initialize()
1354 static void xgene_phy_force_lat_summer_cal(struct xgene_phy_ctx *ctx, int lane) in xgene_phy_force_lat_summer_cal()
1420 static void xgene_phy_reset_rxd(struct xgene_phy_ctx *ctx, int lane) in xgene_phy_reset_rxd()
1434 static void xgene_phy_gen_avg_val(struct xgene_phy_ctx *ctx, int lane) in xgene_phy_gen_avg_val()
1592 struct xgene_phy_ctx *ctx = phy_get_drvdata(phy); in xgene_phy_hw_init()
1626 struct xgene_phy_ctx *ctx = dev_get_drvdata(dev); in xgene_phy_xlate()
1658 struct xgene_phy_ctx *ctx; in xgene_phy_probe()