Searched refs:CGU_REG_OPCR (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/clk/ingenic/ |
A 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() 190 .gate = { CGU_REG_OPCR, 31, true }, // disable CCLK stop on idle 410 .gate = { CGU_REG_OPCR, 7, true, 50 }, 430 .mux = { CGU_REG_OPCR, 2, 1},
|
A 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() 341 .mux = { CGU_REG_OPCR, 2, 1},
|
A 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() 372 .mux = { CGU_REG_OPCR, 2, 1},
|
A D | jz4725b-cgu.c | 23 #define CGU_REG_OPCR 0x24 macro 237 .mux = { CGU_REG_OPCR, 2, 1}, 243 .gate = { CGU_REG_OPCR, 6, true },
|
A D | jz4760-cgu.c | 29 #define CGU_REG_OPCR 0x24 macro 384 .gate = { CGU_REG_OPCR, 5 }, 389 .gate = { CGU_REG_OPCR, 7, true, 50 }, 401 .mux = { CGU_REG_OPCR, 2, 1},
|
A 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() 533 .mux = { CGU_REG_OPCR, 2, 1},
|
Completed in 8 milliseconds