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))
115 clr_src_cpu = MUX_APLL_SEL(1) | MUX_CORE_SEL(1) | in board_clock_init()117 set = MUX_APLL_SEL(0) | MUX_CORE_SEL(1) | MUX_HPM_SEL(1) | in board_clock_init()137 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