Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1676 #define LCCR0_BLE 0x00000100 /* Big/Little Endian select */ macro
1677 #define LCCR0_LtlEnd (LCCR0_BLE*0) /* Little Endian frame buffer */
1678 #define LCCR0_BigEnd (LCCR0_BLE*1) /* Big Endian frame buffer */
/openbmc/u-boot/include/
H A DSA-1100.h2707 #define LCCR0_BLE 0x00000100 /* Big/Little Endian select */ macro
2708 #define LCCR0_LtlEnd (LCCR0_BLE*0) /* Little Endian frame buffer */
2709 #define LCCR0_BigEnd (LCCR0_BLE*1) /* Big Endian frame buffer */
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2120 #define LCCR0_BLE (1 << 8) /* Little Endian = 0, Big Endian = 1 */ macro