Searched refs:CPG_SD_FC_MASK (Results 1 – 2 of 2) sorted by relevance
225 #define CPG_SD_FC_MASK (0x7 << 2 | 0x3 << 0) macro363 cpg_reg_modify(clock->csn.reg, CPG_SD_STP_MASK | CPG_SD_FC_MASK, in cpg_sd_clock_set_rate()365 (CPG_SD_STP_MASK | CPG_SD_FC_MASK)); in cpg_sd_clock_set_rate()414 val = readl(clock->csn.reg) & ~CPG_SD_FC_MASK; in cpg_sd_clk_register()415 val |= CPG_SD_STP_MASK | (clock->div_table[0].val & CPG_SD_FC_MASK); in cpg_sd_clk_register()
637 #define CPG_SD_FC_MASK (0x7 << 2 | 0x3 << 0) macro890 value &= CPG_SD_STP_MASK | CPG_SD_FC_MASK; in gen3_clk_get_rate()