Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/hisilicon/
Dclk-hix5hd2.c143 u32 phy_clk_mask; member
155 u32 phy_clk_mask; member
184 val |= clk->phy_clk_mask; in clk_ether_prepare()
189 val &= ~(clk->phy_clk_mask); in clk_ether_prepare()
194 val |= clk->phy_clk_mask; in clk_ether_prepare()
227 val |= clk->phy_clk_mask; in clk_complex_enable()
246 val &= ~(clk->phy_clk_mask); in clk_complex_disable()
286 p_clk->phy_clk_mask = clks[i].phy_clk_mask; in hix5hd2_clk_register_complex()