Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_dma.h45 #define DMAFLOW_LIST 0x00004000 /* Descriptor List Mode */ macro
46 #define DMAFLOW_LARGE DMAFLOW_LIST
/linux-4.1.27/sound/soc/blackfin/
Dbf6xx-sport.c72 set_dma_config(sport->tx_dma_chan, DMAFLOW_LIST | DI_EN in sport_tx_start()
83 set_dma_config(sport->rx_dma_chan, DMAFLOW_LIST | DI_EN | WNR in sport_rx_start()
166 cfg = DMAFLOW_LIST | DI_EN | compute_wdsize(sport->wdsize) | NDSIZE_6; in sport_config_tx_dma()
197 cfg = DMAFLOW_LIST | DI_EN | compute_wdsize(sport->wdsize) in sport_config_rx_dma()