Searched refs:MUX_APLL_SEL (Results 1 – 3 of 3) sorted by relevance
496 #define MUX_APLL_SEL 1 macro500 | (MUX_APLL_SEL))764 #define MUX_APLL_SEL 1 macro768 | (MUX_APLL_SEL))
107 clr_src_cpu = MUX_APLL_SEL(1) | MUX_CORE_SEL(1) | in board_clock_init()109 set = MUX_APLL_SEL(0) | MUX_CORE_SEL(1) | MUX_HPM_SEL(1) | in board_clock_init()129 set = MUX_APLL_SEL(1) | MUX_CORE_SEL(0) | MUX_HPM_SEL(0) | in board_clock_init()
19 #define MUX_APLL_SEL(x) ((x) & 0x1) macro