Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A DSA-1100.h2437 #define DDAR_BS 0x00000004 /* device Burst Size */ macro
2438 #define DDAR_Brst4 (DDAR_BS*0) /* Burst-of-4 device */
2439 #define DDAR_Brst8 (DDAR_BS*1) /* Burst-of-8 device */
/openbmc/linux/drivers/dma/
H A Dsa11x0-dma.c48 #define DDAR_BS (1 << 2) /* 0 = BS4, 1 = BS8 */ macro
690 ddar |= DDAR_BS; in sa11x0_dma_device_config()