Searched refs:cmu_type (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/phy/ |
D | phy-xgene.c | 594 static void cmu_wr(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_wr() argument 600 if (cmu_type == REF_CMU) in cmu_wr() 611 static void cmu_rd(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_rd() argument 616 if (cmu_type == REF_CMU) in cmu_rd() 625 static void cmu_toggle1to0(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_toggle1to0() argument 630 cmu_rd(ctx, cmu_type, reg, &val); in cmu_toggle1to0() 632 cmu_wr(ctx, cmu_type, reg, val); in cmu_toggle1to0() 633 cmu_rd(ctx, cmu_type, reg, &val); in cmu_toggle1to0() 635 cmu_wr(ctx, cmu_type, reg, val); in cmu_toggle1to0() 638 static void cmu_clrbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_clrbits() argument [all …]
|