Searched refs:reset_phy (Results 1 – 4 of 4) sorted by relevance
262 sunxi_hci->reset_phy = hal_reset_control_get(reset_type, sunxi_hci->reset_phy_clk); in open_clock()263 hal_reset_control_deassert(sunxi_hci->reset_phy); in open_clock()264 hal_reset_control_put(sunxi_hci->reset_phy); in open_clock()320 sunxi_hci->reset_phy = hal_reset_control_get(reset_type, sunxi_hci->reset_phy_clk); in close_clock()321 ret = hal_reset_control_assert(sunxi_hci->reset_phy); in close_clock()
397 struct reset_control *reset_phy; member
134 struct reset_control *reset_phy; member
1637 sunxi_udc.reset_phy = hal_reset_control_get(reset_type, sunxi_udc.reset_phy_clk); in open_udc_clk()1638 ret = hal_reset_control_deassert(sunxi_udc.reset_phy); in open_udc_clk()1703 sunxi_udc.reset_phy = hal_reset_control_get(reset_type, sunxi_udc.reset_phy_clk); in close_udc_clk()1704 ret = hal_reset_control_assert(sunxi_udc.reset_phy); in close_udc_clk()
Completed in 16 milliseconds