Home
last modified time | relevance | path

Searched refs:CPM_CPCCR_SEL_H2PLL_BIT (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dpll.c64 #define CPM_CPCCR_SEL_H2PLL_BIT 24 macro
65 #define CPM_CPCCR_SEL_H2PLL_MASK (0x3 << CPM_CPCCR_SEL_H2PLL_BIT)
413 (selectplls[MPLL] << CPM_CPCCR_SEL_H2PLL_BIT); in cpu_mux_select()