Searched refs:CPG_SD_STP_MASK (Results 1 – 2 of 2) sorted by relevance
224 #define CPG_SD_STP_MASK (CPG_SD_STP_HCK | CPG_SD_STP_CK) macro288 cpg_reg_modify(clock->csn.reg, CPG_SD_STP_MASK, in cpg_sd_clock_enable()290 CPG_SD_STP_MASK); in cpg_sd_clock_enable()299 cpg_reg_modify(clock->csn.reg, 0, CPG_SD_STP_MASK); in cpg_sd_clock_disable()306 return !(readl(clock->csn.reg) & CPG_SD_STP_MASK); in cpg_sd_clock_is_enabled()363 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()415 val |= CPG_SD_STP_MASK | (clock->div_table[0].val & CPG_SD_FC_MASK); in cpg_sd_clk_register()
636 #define CPG_SD_STP_MASK (CPG_SD_STP_HCK | CPG_SD_STP_CK) macro890 value &= CPG_SD_STP_MASK | CPG_SD_FC_MASK; in gen3_clk_get_rate()