Home
last modified time | relevance | path

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

/linux-4.1.27/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.c356 .dma_burst_size = 8,
364 .dma_burst_size = 8,
/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-dma.c188 cfg.dst_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
196 cfg.src_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one()
227 if (drv_data->len < chip->dma_burst_size) in pxa2xx_spi_map_dma_buffers()
363 *burst_code = chip_info ? chip_info->dma_burst_size : 1; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx-pxadma.c432 req_burst_size = chip_info->dma_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold()
434 switch (chip->dma_burst_size) { in pxa2xx_spi_set_dma_burst_and_threshold()
438 chip->dma_burst_size = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
Dspi-pxa2xx.h100 u32 dma_burst_size; member
Dspi-pxa2xx.c819 u32 dma_burst = drv_data->cur_chip->dma_burst_size; in pump_transfers()
1165 &chip->dma_burst_size, in setup()
/linux-4.1.27/include/linux/spi/
Dpxa2xx_spi.h46 u8 dma_burst_size; member
/linux-4.1.27/Documentation/spi/
Dpxa2xx99 u8 dma_burst_size;
115 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
120 dma_burst_size == 0.
171 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
179 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1196 __le32 dma_burst_size; member
Dwmi.h1729 __le32 dma_burst_size; member
1914 __le32 dma_burst_size; member
Dwmi.c3837 config.dma_burst_size = __cpu_to_le32(TARGET_DMA_BURST_SIZE); in ath10k_wmi_op_gen_init()
3906 config.dma_burst_size = __cpu_to_le32(TARGET_10X_DMA_BURST_SIZE); in ath10k_wmi_10_1_op_gen_init()
3972 config.dma_burst_size = __cpu_to_le32(TARGET_10_2_DMA_BURST_SIZE); in ath10k_wmi_10_2_op_gen_init()
Dwmi-tlv.c1189 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()