Searched refs:clkout_ctl (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-inno-usb2.c | 140 struct usb2phy_reg clkout_ctl; member 398 if(rphy->phy_cfg->clkout_ctl.disable) in otg_phy_init() 399 property_enable(base, &rphy->phy_cfg->clkout_ctl, true); in otg_phy_init() 949 .clkout_ctl = { 0x108, 4, 4, 1, 0 }, 1002 .clkout_ctl = { 0x017c, 11, 11, 1, 0 }, 1039 .clkout_ctl = { 0x0190, 15, 15, 1, 0 }, 1089 .clkout_ctl = { 0x0768, 4, 4, 1, 0 }, 1135 .clkout_ctl = { 0x0808, 4, 4, 1, 0 }, 1159 .clkout_ctl = { 0x0108, 4, 4, 1, 0 }, 1213 .clkout_ctl = { 0x108, 4, 4, 1, 0 }, [all …]
|
| H A D | phy-rockchip-naneng-usb2.c | 133 struct usb2phy_reg clkout_ctl; member 486 .clkout_ctl = { 0x10230, 14, 14, 0, 1 }, 529 .clkout_ctl = { 0x10238, 9, 9, 0, 1 },
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 229 struct usb2phy_reg clkout_ctl; member 472 } else if (!property_enabled(base, &rphy->phy_cfg->clkout_ctl)) { in rockchip_usb2phy_clk480m_prepare() 473 ret = property_enable(base, &rphy->phy_cfg->clkout_ctl, true); in rockchip_usb2phy_clk480m_prepare() 494 property_enable(base, &rphy->phy_cfg->clkout_ctl, false); in rockchip_usb2phy_clk480m_unprepare() 506 return property_enabled(base, &rphy->phy_cfg->clkout_ctl); in rockchip_usb2phy_clk480m_prepared() 3177 .clkout_ctl = { 0x108, 4, 4, 1, 0 }, 3233 .clkout_ctl = { 0x0190, 15, 15, 1, 0 }, 3285 .clkout_ctl = { 0x0768, 4, 4, 1, 0 }, 3331 .clkout_ctl = { 0x0808, 4, 4, 1, 0 }, 3355 .clkout_ctl = { 0x0108, 4, 4, 1, 0 }, [all …]
|
| H A D | phy-rockchip-naneng-usb2.c | 169 struct usb2phy_reg clkout_ctl; member 289 if (!property_enabled(rphy->grf, &rphy->phy_cfg->clkout_ctl)) { in rockchip_usb2phy_clk480m_prepare() 290 ret = property_enable(rphy->grf, &rphy->phy_cfg->clkout_ctl, in rockchip_usb2phy_clk480m_prepare() 308 property_enable(rphy->grf, &rphy->phy_cfg->clkout_ctl, false); in rockchip_usb2phy_clk480m_unprepare() 316 return property_enabled(rphy->grf, &rphy->phy_cfg->clkout_ctl); in rockchip_usb2phy_clk480m_prepared() 1841 .clkout_ctl = { 0x10230, 14, 14, 0, 1 }, 1889 .clkout_ctl = { 0x10238, 9, 9, 0, 1 },
|