Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_dma.h39 #define NDSIZE_3 0x00030000 /* Next Descriptor Size = 4 */ macro
70 #define NDSIZE_3 0x0300 /* Next Descriptor Size = 3 */ macro
/linux-4.1.27/drivers/crypto/
Dbfin_crc.c217 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | in bfin_crypto_crc_config_dma()
233 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32; in bfin_crypto_crc_config_dma()
270 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma()
/linux-4.1.27/drivers/mmc/host/
Dbfin_sdh.c162 dma_cfg |= PSIZE_32 | NDSIZE_3; in sdh_setup_data()