Searched refs:CGU_REG_OPCR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/clk/ingenic/ |
| D | jz4770-cgu.c | 23 #define CGU_REG_OPCR 0x24 macro 51 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4770_uhc_phy_enable() 61 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4770_uhc_phy_disable() 70 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4770_uhc_phy_is_enabled() 185 .gate = { CGU_REG_OPCR, 31, true }, // disable CCLK stop on idle 405 .gate = { CGU_REG_OPCR, 7, true, 50 }, 425 .mux = { CGU_REG_OPCR, 2, 1},
|
| D | jz4725b-cgu.c | 21 #define CGU_REG_OPCR 0x24 macro 233 .mux = { CGU_REG_OPCR, 2, 1}, 239 .gate = { CGU_REG_OPCR, 6, true },
|
| D | jz4780-cgu.c | 25 #define CGU_REG_OPCR 0x24 macro
|