Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dcpu.h16 #define MXC_CPU_MX6SX 0x62 macro
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h36 #define is_mx6sx() (is_cpu_type(MXC_CPU_MX6SX))
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcpu.c170 case MXC_CPU_MX6SX: in get_imx_type()
/openbmc/u-boot/board/freescale/mx6memcal/
H A Dspl.c419 if (is_cpu_type(MXC_CPU_MX6SX) || in board_init_f()