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

/freebsd-13-stable/sys/arm64/freescale/imx/clk/
H A Dimx_clk_frac_pll.c58 #define CFG0_PD (1 << 19) macro
97 cfg0 &= ~(CFG0_PD);
99 cfg0 |= CFG0_PD;
H A Dimx_clk_sscg_pll.c58 #define CFG0_PD (1 << 7) macro
109 cfg0 &= ~(CFG0_PD);
111 cfg0 |= CFG0_PD;

Completed in 51 milliseconds