Searched refs:CGU_REG_LCR (Results 1 – 5 of 5) 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()
23 #define CGU_REG_LCR 0x04 macro234 lcr = readl(cgu->base + CGU_REG_LCR); in jz4780_core1_enable()236 writel(lcr, cgu->base + CGU_REG_LCR); in jz4780_core1_enable()245 retval = readl_poll_timeout(cgu->base + CGU_REG_LCR, lcr, in jz4780_core1_enable()
22 #define CGU_REG_LCR 0x04 macro391 .gate = { CGU_REG_LCR, 30, false, 150 },
20 #define CGU_REG_LCR 0x04 macro
21 #define CGU_REG_LCR 0x04 macro