Searched refs:u3phy (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/phy/ |
D | phy-mt65xx-usb3.c | 129 static void phy_instance_init(struct mt65xx_u3phy *u3phy, in phy_instance_init() argument 193 dev_dbg(u3phy->dev, "%s(%d)\n", __func__, index); in phy_instance_init() 196 static void phy_instance_power_on(struct mt65xx_u3phy *u3phy, in phy_instance_power_on() argument 222 tmp = readl(u3phy->sif_base + U3P_XTALCTL3); in phy_instance_power_on() 224 writel(tmp, u3phy->sif_base + U3P_XTALCTL3); in phy_instance_power_on() 252 dev_dbg(u3phy->dev, "%s(%d)\n", __func__, index); in phy_instance_power_on() 255 static void phy_instance_power_off(struct mt65xx_u3phy *u3phy, in phy_instance_power_off() argument 300 dev_dbg(u3phy->dev, "%s(%d)\n", __func__, index); in phy_instance_power_off() 303 static void phy_instance_exit(struct mt65xx_u3phy *u3phy, in phy_instance_exit() argument 324 struct mt65xx_u3phy *u3phy = dev_get_drvdata(phy->dev.parent); in mt65xx_phy_init() local [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-mt65xx-usb.txt | 7 - compatible : should be "mediatek,mt8173-u3phy" 29 u3phy: usb-phy@11290000 { 30 compatible = "mediatek,mt8173-u3phy";
|