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

/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_super.c135 #define SUPER_MUX_LP_DIV2_BYPASS (1 << 16) macro
180 if (((reg & SUPER_MUX_LP_DIV2_BYPASS) == 0) &&
212 reg &= ~SUPER_MUX_LP_DIV2_BYPASS;
216 reg = SUPER_MUX_LP_DIV2_BYPASS;

Completed in 48 milliseconds