Lines Matching refs:xgene_phy_ctx

531 struct xgene_phy_ctx {  struct
594 static void cmu_wr(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_wr()
611 static void cmu_rd(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_rd()
625 static void cmu_toggle1to0(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_toggle1to0()
638 static void cmu_clrbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_clrbits()
648 static void cmu_setbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_setbits()
658 static void serdes_wr(struct xgene_phy_ctx *ctx, int lane, u32 reg, u32 data) in serdes_wr()
673 static void serdes_rd(struct xgene_phy_ctx *ctx, int lane, u32 reg, u32 *data) in serdes_rd()
684 static void serdes_clrbits(struct xgene_phy_ctx *ctx, int lane, u32 reg, in serdes_clrbits()
694 static void serdes_setbits(struct xgene_phy_ctx *ctx, int lane, u32 reg, in serdes_setbits()
704 static void xgene_phy_cfg_cmu_clk_type(struct xgene_phy_ctx *ctx, in xgene_phy_cfg_cmu_clk_type()
758 static void xgene_phy_sata_cfg_cmu_core(struct xgene_phy_ctx *ctx, in xgene_phy_sata_cfg_cmu_core()
913 static void xgene_phy_ssc_enable(struct xgene_phy_ctx *ctx, in xgene_phy_ssc_enable()
939 static void xgene_phy_sata_cfg_lanes(struct xgene_phy_ctx *ctx) in xgene_phy_sata_cfg_lanes()
1135 static int xgene_phy_cal_rdy_chk(struct xgene_phy_ctx *ctx, in xgene_phy_cal_rdy_chk()
1235 static void xgene_phy_pdwn_force_vco(struct xgene_phy_ctx *ctx, in xgene_phy_pdwn_force_vco()
1253 static int xgene_phy_hw_init_sata(struct xgene_phy_ctx *ctx, in xgene_phy_hw_init_sata()
1317 static int xgene_phy_hw_initialize(struct xgene_phy_ctx *ctx, in xgene_phy_hw_initialize()
1344 static void xgene_phy_force_lat_summer_cal(struct xgene_phy_ctx *ctx, int lane) in xgene_phy_force_lat_summer_cal()
1410 static void xgene_phy_reset_rxd(struct xgene_phy_ctx *ctx, int lane) in xgene_phy_reset_rxd()
1424 static void xgene_phy_gen_avg_val(struct xgene_phy_ctx *ctx, int lane) in xgene_phy_gen_avg_val()
1582 struct xgene_phy_ctx *ctx = phy_get_drvdata(phy); in xgene_phy_hw_init()
1616 struct xgene_phy_ctx *ctx = dev_get_drvdata(dev); in xgene_phy_xlate()
1648 struct xgene_phy_ctx *ctx; in xgene_phy_probe()