Searched refs:cmu_rd (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/phy/ |
D | phy-xgene.c | 611 static void cmu_rd(struct xgene_phy_ctx *ctx, enum cmu_type_t cmu_type, in cmu_rd() function 630 cmu_rd(ctx, cmu_type, reg, &val); in cmu_toggle1to0() 633 cmu_rd(ctx, cmu_type, reg, &val); in cmu_toggle1to0() 643 cmu_rd(ctx, cmu_type, reg, &val); in cmu_clrbits() 653 cmu_rd(ctx, cmu_type, reg, &val); in cmu_setbits() 711 cmu_rd(ctx, cmu_type, CMU_REG12, &val); in xgene_phy_cfg_cmu_clk_type() 721 cmu_rd(ctx, cmu_type, CMU_REG0, &val); in xgene_phy_cfg_cmu_clk_type() 725 cmu_rd(ctx, cmu_type, CMU_REG1, &val); in xgene_phy_cfg_cmu_clk_type() 731 cmu_rd(ctx, cmu_type, CMU_REG0, &val); in xgene_phy_cfg_cmu_clk_type() 735 cmu_rd(ctx, cmu_type, CMU_REG1, &val); in xgene_phy_cfg_cmu_clk_type() [all …]
|