Home
last modified time | relevance | path

Searched refs:dma_burst_size (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/arm/mach-pxa/
Dicontrol.c46 .dma_burst_size = 8,
54 .dma_burst_size = 8,
62 .dma_burst_size = 8,
70 .dma_burst_size = 8,
Dstargate2.c357 .dma_burst_size = 8,
365 .dma_burst_size = 8,
/Linux-v4.19/drivers/spi/
Dspi-pxa2xx-dma.c102 cfg.dst_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
109 cfg.src_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
248 *burst_code = chip_info ? chip_info->dma_burst_size : 1; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.h74 u32 dma_burst_size; member
Dspi-pxa2xx.c911 xfer->len >= chip->dma_burst_size; in pxa2xx_spi_can_dma()
922 u32 dma_burst = chip->dma_burst_size; in pxa2xx_spi_transfer_one()
1267 &chip->dma_burst_size, in setup()
/Linux-v4.19/arch/x86/platform/intel-mid/device_libs/
Dplatform_mrfld_spidev.c29 .dma_burst_size = MRFLD_SPI_DEFAULT_DMA_BURST,
/Linux-v4.19/include/linux/spi/
Dpxa2xx_spi.h45 u8 dma_burst_size; member
/Linux-v4.19/Documentation/spi/
Dpxa2xx93 u8 dma_burst_size;
109 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
114 dma_burst_size == 0.
165 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
173 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwmi.h2433 __le32 dma_burst_size; member
2618 __le32 dma_burst_size; member
2808 __le32 dma_burst_size; member
Dwmi-tlv.h1669 __le32 dma_burst_size; member
Dwmi.c6282 config.dma_burst_size = __cpu_to_le32(TARGET_DMA_BURST_SIZE); in ath10k_wmi_op_gen_init()
6350 config.dma_burst_size = __cpu_to_le32(TARGET_10X_DMA_BURST_SIZE); in ath10k_wmi_10_1_op_gen_init()
6423 config.dma_burst_size = __cpu_to_le32(TARGET_10_2_DMA_BURST_SIZE); in ath10k_wmi_10_2_op_gen_init()
6504 config.dma_burst_size = __cpu_to_le32(TARGET_10_4_DMA_BURST_SIZE); in ath10k_wmi_10_4_op_gen_init()
Dwmi-tlv.c1601 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()