Lines Matching refs:phy_cfg
162 struct rockchip_usb2_phy_cfg *phy_cfg = NULL; in otg_phy_init() local
175 phy_cfg = (struct rockchip_usb2_phy_cfg *)of_id->data; in otg_phy_init()
179 if (!phy_cfg) { in otg_phy_init()
185 pdata->priv = phy_cfg; in otg_phy_init()
188 property_enable(pdata, &phy_cfg->siddq, false); in otg_phy_init()
191 property_enable(pdata, &phy_cfg->soft_con, false); in otg_phy_init()
194 property_enable(pdata, &phy_cfg->port_reset, true); in otg_phy_init()
196 property_enable(pdata, &phy_cfg->port_reset, false); in otg_phy_init()
203 struct rockchip_usb2_phy_cfg *phy_cfg = pdata->priv; in otg_phy_off() local
211 property_enable(pdata, &phy_cfg->soft_con, true); in otg_phy_off()
213 property_enable(pdata, &phy_cfg->suspend, true); in otg_phy_off()