Lines Matching refs:phy2
283 struct sun4i_usb_phy *phy2 = &data->phys[2];
285 ret = clk_prepare_enable(phy2->clk);
293 ret = reset_control_deassert(phy2->reset);
295 clk_disable_unprepare(phy2->clk);
306 ret = clk_prepare_enable(phy2->clk2);
308 reset_control_assert(phy2->reset);
309 clk_disable_unprepare(phy2->clk);
316 if (phy2->pmu && data->cfg->hci_phy_ctl_clear) {
317 val = readl(phy2->pmu + REG_HCI_PHY_CTL);
319 writel(val, phy2->pmu + REG_HCI_PHY_CTL);
389 struct sun4i_usb_phy *phy2 = &data->phys[2];
391 clk_disable_unprepare(phy2->clk);
392 reset_control_assert(phy2->reset);