Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/hisilicon/
H A Dclk-hix5hd2.c140 u32 phy_clk_mask; member
152 u32 phy_clk_mask; member
181 val |= clk->phy_clk_mask; in clk_ether_prepare()
186 val &= ~(clk->phy_clk_mask); in clk_ether_prepare()
191 val |= clk->phy_clk_mask; in clk_ether_prepare()
224 val |= clk->phy_clk_mask; in clk_complex_enable()
243 val &= ~(clk->phy_clk_mask); in clk_complex_disable()
283 p_clk->phy_clk_mask = clks[i].phy_clk_mask; in hix5hd2_clk_register_complex()