Searched refs:CGU_REG_OPCR (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/clk/ingenic/ ! |
D | jz4770-cgu.c | 25 #define CGU_REG_OPCR 0x24 macro 53 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4770_uhc_phy_enable() 63 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4770_uhc_phy_disable() 72 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4770_uhc_phy_is_enabled() 195 .gate = { CGU_REG_OPCR, 31, true }, // disable CCLK stop on idle 420 .gate = { CGU_REG_OPCR, 7, true, 50 }, 440 .mux = { CGU_REG_OPCR, 2, 1},
|
D | x1830-cgu.c | 23 #define CGU_REG_OPCR 0x24 macro 59 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in x1830_usb_phy_enable() 69 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in x1830_usb_phy_disable() 78 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in x1830_usb_phy_is_enabled() 352 .mux = { CGU_REG_OPCR, 2, 1},
|
D | jz4725b-cgu.c | 23 #define CGU_REG_OPCR 0x24 macro 246 .mux = { CGU_REG_OPCR, 2, 1}, 252 .gate = { CGU_REG_OPCR, 6, true },
|
D | x1000-cgu.c | 22 #define CGU_REG_OPCR 0x24 macro 134 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in x1000_usb_phy_enable() 144 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in x1000_usb_phy_disable() 153 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in x1000_usb_phy_is_enabled() 387 .mux = { CGU_REG_OPCR, 2, 1},
|
D | jz4760-cgu.c | 29 #define CGU_REG_OPCR 0x24 macro 404 .gate = { CGU_REG_OPCR, 5 }, 409 .gate = { CGU_REG_OPCR, 7, true, 50 }, 421 .mux = { CGU_REG_OPCR, 2, 1},
|
D | jz4780-cgu.c | 29 #define CGU_REG_OPCR 0x24 macro 186 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4780_otg_phy_enable() 196 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4780_otg_phy_disable() 205 void __iomem *reg_opcr = cgu->base + CGU_REG_OPCR; in jz4780_otg_phy_is_enabled() 548 .mux = { CGU_REG_OPCR, 2, 1},
|