Searched refs:cmu_type (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/phy/ |
D | phy-xgene.c | 593 static void cmu_wr(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_wr() argument 599 if (cmu_type == REF_CMU) in cmu_wr() 610 static void cmu_rd(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_rd() argument 615 if (cmu_type == REF_CMU) in cmu_rd() 624 static void cmu_toggle1to0(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_toggle1to0() argument 629 cmu_rd(ctx, cmu_type, reg, &val); in cmu_toggle1to0() 631 cmu_wr(ctx, cmu_type, reg, val); in cmu_toggle1to0() 632 cmu_rd(ctx, cmu_type, reg, &val); in cmu_toggle1to0() 634 cmu_wr(ctx, cmu_type, reg, val); in cmu_toggle1to0() 637 static void cmu_clrbits(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_clrbits() argument [all …]
|