Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/tegra/
Dclk-pll-out.c16 #define pll_out_rst(p) (BIT(p->rst_bit_idx)) macro
25 if (!(val & (pll_out_rst(pll_out)))) in clk_pll_out_is_enabled()
41 val |= (pll_out_enb(pll_out) | pll_out_rst(pll_out)); in clk_pll_out_enable()
63 val &= ~(pll_out_enb(pll_out) | pll_out_rst(pll_out)); in clk_pll_out_disable()