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

/linux-4.1.27/drivers/clk/hisilicon/
H A Dclk-hix5hd2.c143 u32 phy_clk_mask; member in struct:hix5hd2_complex_clock
155 u32 phy_clk_mask; member in struct:hix5hd2_clk_complex
184 val |= clk->phy_clk_mask; clk_ether_prepare()
189 val &= ~(clk->phy_clk_mask); clk_ether_prepare()
194 val |= clk->phy_clk_mask; clk_ether_prepare()
227 val |= clk->phy_clk_mask; clk_complex_enable()
246 val &= ~(clk->phy_clk_mask); clk_complex_disable()
285 p_clk->phy_clk_mask = clks[i].phy_clk_mask; hix5hd2_clk_register_complex()

Completed in 87 milliseconds