Searched refs:MXC_CCM_CCSR_PLL3_PODF_MASK (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-imx/ | ||
D | crm-regs-imx5.h | 154 #define MXC_CCM_CCSR_PLL3_PODF_MASK (0x3 << 3) macro |
D | clock-mx51-mx53.c | 365 div = ((reg & MXC_CCM_CCSR_PLL3_PODF_MASK) >> in clk_pll1_sw_get_rate() |