Searched refs:CPG_SD_FC_MASK (Results 1 – 1 of 1) sorted by relevance
206 #define CPG_SD_FC_MASK (0x7 << 2 | 0x3 << 0) macro340 val &= ~(CPG_SD_STP_MASK | CPG_SD_FC_MASK); in cpg_sd_clock_set_rate()341 val |= clock->div_table[i].val & (CPG_SD_STP_MASK | CPG_SD_FC_MASK); in cpg_sd_clock_set_rate()381 sd_fc = readl(clock->csn.reg) & CPG_SD_FC_MASK; in cpg_sd_clk_register()383 if (sd_fc == (clock->div_table[i].val & CPG_SD_FC_MASK)) in cpg_sd_clk_register()