Searched refs:MUX_APLL_SEL (Results 1 – 3 of 3) sorted by relevance
497 #define MUX_APLL_SEL 1 macro501 | (MUX_APLL_SEL))765 #define MUX_APLL_SEL 1 macro769 | (MUX_APLL_SEL))
108 clr_src_cpu = MUX_APLL_SEL(1) | MUX_CORE_SEL(1) | in board_clock_init()110 set = MUX_APLL_SEL(0) | MUX_CORE_SEL(1) | MUX_HPM_SEL(1) | in board_clock_init()130 set = MUX_APLL_SEL(1) | MUX_CORE_SEL(0) | MUX_HPM_SEL(0) | in board_clock_init()
20 #define MUX_APLL_SEL(x) ((x) & 0x1) macro