Home
last modified time | relevance | path

Searched refs:CPG_SD_STP_MASK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/renesas/
A Drcar-cpg-lib.c71 #define CPG_SD_STP_MASK (CPG_SD_STP_HCK | CPG_SD_STP_CK) macro
134 cpg_reg_modify(clock->csn.reg, CPG_SD_STP_MASK, in cpg_sd_clock_enable()
136 CPG_SD_STP_MASK); in cpg_sd_clock_enable()
145 cpg_reg_modify(clock->csn.reg, 0, CPG_SD_STP_MASK); in cpg_sd_clock_disable()
152 return !(readl(clock->csn.reg) & CPG_SD_STP_MASK); in cpg_sd_clock_is_enabled()
209 cpg_reg_modify(clock->csn.reg, CPG_SD_STP_MASK | CPG_SD_FC_MASK, in cpg_sd_clock_set_rate()
211 (CPG_SD_STP_MASK | CPG_SD_FC_MASK)); in cpg_sd_clock_set_rate()
255 val |= CPG_SD_STP_MASK | (clock->div_table[0].val & CPG_SD_FC_MASK); in cpg_sd_clk_register()

Completed in 3 milliseconds