Searched refs:phy_rst_mask (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/clk/hisilicon/
H A Dclk-hix5hd2.c144 u32 phy_rst_mask; member in struct:hix5hd2_complex_clock
156 u32 phy_rst_mask; member in struct:hix5hd2_clk_complex
185 val &= ~(clk->phy_rst_mask); clk_ether_prepare()
190 val |= clk->phy_rst_mask; clk_ether_prepare()
195 val &= ~(clk->phy_rst_mask); clk_ether_prepare()
228 val &= ~(clk->phy_rst_mask); clk_complex_enable()
245 val |= clk->phy_rst_mask; clk_complex_disable()
286 p_clk->phy_rst_mask = clks[i].phy_rst_mask; hix5hd2_clk_register_complex()

Completed in 63 milliseconds