Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c56 freq /= GET_PDR0_IPG_PODF(pdr0) + 1; in mx31_get_ipg_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h590 #define GET_PDR0_IPG_PODF(x) (((x) >> 6) & 0x3) macro