Home
last modified time | relevance | path

Searched refs:PSIZE_32 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_dma.h23 #define PSIZE_32 0x00000020 /* Transfer Word Size = 32 */ macro
58 #define PSIZE_32 0x0000 /* Transfer Word Size = 32 */ macro
/linux-4.4.14/drivers/crypto/
Dbfin_crc.c198 DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma()
213 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32; in bfin_crypto_crc_config_dma()
250 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma()
/linux-4.4.14/drivers/media/platform/blackfin/
Dppi.c303 dma_config |= WDSIZE_32 | PSIZE_32; in ppi_set_params()
/linux-4.4.14/sound/soc/blackfin/
Dbf6xx-sport.c65 return WDSIZE_32 | PSIZE_32; in compute_wdsize()
/linux-4.4.14/drivers/mmc/host/
Dbfin_sdh.c162 dma_cfg |= PSIZE_32 | NDSIZE_3; in sdh_setup_data()
/linux-4.4.14/drivers/spi/
Dspi-adi-v3.c460 dma_config = WDSIZE_32 | PSIZE_32; in adi_spi_dma_xfer()