Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c67 freq /= GET_PDR0_HSP_PODF(pdr0) + 1; in mx31_get_hsp_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/
H A Dimx-regs.h588 #define GET_PDR0_HSP_PODF(x) (((x) >> 11) & 0x7) macro