Searched refs:CPG_SD_STP_MASK (Results 1 – 1 of 1) sorted by relevance
218 #define CPG_SD_STP_MASK (CPG_SD_STP_HCK | CPG_SD_STP_CK) macro282 cpg_reg_modify(clock->csn.reg, CPG_SD_STP_MASK, in cpg_sd_clock_enable()284 CPG_SD_STP_MASK); in cpg_sd_clock_enable()293 cpg_reg_modify(clock->csn.reg, 0, CPG_SD_STP_MASK); in cpg_sd_clock_disable()300 return !(readl(clock->csn.reg) & CPG_SD_STP_MASK); in cpg_sd_clock_is_enabled()357 cpg_reg_modify(clock->csn.reg, CPG_SD_STP_MASK | CPG_SD_FC_MASK, in cpg_sd_clock_set_rate()359 (CPG_SD_STP_MASK | CPG_SD_FC_MASK)); in cpg_sd_clock_set_rate()409 val |= CPG_SD_STP_MASK | (clock->div_table[0].val & CPG_SD_FC_MASK); in cpg_sd_clk_register()