Searched refs:CGU_REG_LCR (Results 1 – 4 of 4) sorted by relevance
12 #define CGU_REG_LCR 0x04 macro20 u32 val = readl(ingenic_cgu_base + CGU_REG_LCR); in ingenic_cgu_pm_suspend()22 writel(val | LCR_LOW_POWER_MODE, ingenic_cgu_base + CGU_REG_LCR); in ingenic_cgu_pm_suspend()29 u32 val = readl(ingenic_cgu_base + CGU_REG_LCR); in ingenic_cgu_pm_resume()31 writel(val & ~LCR_LOW_POWER_MODE, ingenic_cgu_base + CGU_REG_LCR); in ingenic_cgu_pm_resume()
20 #define CGU_REG_LCR 0x04 macro385 .gate = { CGU_REG_LCR, 30, false, 150 },
18 #define CGU_REG_LCR 0x04 macro
19 #define CGU_REG_LCR 0x04 macro