Searched refs:BYPASS_MASK (Results 1 – 2 of 2) sorted by relevance
22 #define BYPASS_MASK BIT(4) macro195 tmp |= BYPASS_MASK; in clk_pll1416x_set_rate()220 tmp &= ~BYPASS_MASK; in clk_pll1416x_set_rate()258 tmp |= BYPASS_MASK; in clk_pll1443x_set_rate()284 tmp &= ~BYPASS_MASK; in clk_pll1443x_set_rate()303 val |= BYPASS_MASK; in clk_pll14xx_prepare()312 val &= ~BYPASS_MASK; in clk_pll14xx_prepare()404 val &= ~BYPASS_MASK; in imx_clk_pll14xx()
878 #define BYPASS (BYPASS_MASK << BYPASS_SHIFT)1211 #define BYPASS_MASK 0x01 macro