Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_dma.h46 #define DMAFLOW_LARGE DMAFLOW_LIST macro
81 #define DMAFLOW_LARGE 0x7000 /* Large Model Descriptor List Mode */ macro
/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-sport.c219 set_dma_config(sport->dma_rx_chan, (DMAFLOW_LARGE | NDSIZE_9 | \ in sport_rx_dma_start()
239 (DMAFLOW_LARGE | NDSIZE_9 | WDSIZE_32)); in sport_tx_dma_start()
543 config = DMAFLOW_LARGE | NDSIZE_9 | compute_wdsize(sport->wdsize) in sport_config_rx_dummy()
577 config = DMAFLOW_LARGE | NDSIZE_9 | in sport_config_tx_dummy()
/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c155 a->config = WDSIZE_32 | NDSIZE_6 | DMAFLOW_LARGE; in desc_list_init()
168 b->config = DMAEN | WNR | WDSIZE_32 | NDSIZE_6 | DMAFLOW_LARGE; in desc_list_init()
210 a->config = DMAEN | WNR | WDSIZE_32 | NDSIZE_6 | DMAFLOW_LARGE; in desc_list_init()
225 NDSIZE_6 | DMAFLOW_LARGE; in desc_list_init()
/linux-4.1.27/drivers/video/fbdev/
Dbf537-lq035.c343 set_dma_config(CH_PPI, DMAFLOW_LARGE | NDSIZE_4 | WDSIZE_16); in config_dma()