Searched refs:CGU_REG_LCR (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/clk/ingenic/ |
A D | pm.c | 12 #define CGU_REG_LCR 0x04 macro 20 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()
|
A D | jz4780-cgu.c | 23 #define CGU_REG_LCR 0x04 macro 234 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()
|
A D | jz4760-cgu.c | 26 #define CGU_REG_LCR 0x04 macro 382 .gate = { CGU_REG_LCR, 30, false, 150 },
|
A D | jz4770-cgu.c | 22 #define CGU_REG_LCR 0x04 macro 400 .gate = { CGU_REG_LCR, 30, false, 150 },
|
A D | jz4725b-cgu.c | 20 #define CGU_REG_LCR 0x04 macro
|
A D | jz4740-cgu.c | 21 #define CGU_REG_LCR 0x04 macro
|
Completed in 7 milliseconds