Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DSA-1100.h2434 #define DDAR_E 0x00000002 /* big/little Endian device */ macro
2435 #define DDAR_LtlEnd (DDAR_E*0) /* Little Endian device */
2436 #define DDAR_BigEnd (DDAR_E*1) /* Big Endian device */
/openbmc/linux/drivers/dma/
H A Dsa11x0-dma.c47 #define DDAR_E (1 << 1) /* 0 = LE, 1 = BE */ macro