Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-pll-out.c27 #define pll_out_rst(p) (BIT(p->rst_bit_idx)) macro
36 if (!(val & (pll_out_rst(pll_out)))) in clk_pll_out_is_enabled()
52 val |= (pll_out_enb(pll_out) | pll_out_rst(pll_out)); in clk_pll_out_enable()
74 val &= ~(pll_out_enb(pll_out) | pll_out_rst(pll_out)); in clk_pll_out_disable()