Searched refs:dma_burst_size (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/arm/mach-pxa/ |
D | icontrol.c | 46 .dma_burst_size = 8, 54 .dma_burst_size = 8, 62 .dma_burst_size = 8, 70 .dma_burst_size = 8,
|
D | stargate2.c | 357 .dma_burst_size = 8, 365 .dma_burst_size = 8,
|
/Linux-v4.19/drivers/spi/ |
D | spi-pxa2xx-dma.c | 102 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()
|
D | spi-pxa2xx.h | 74 u32 dma_burst_size; member
|
D | spi-pxa2xx.c | 911 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/ |
D | platform_mrfld_spidev.c | 29 .dma_burst_size = MRFLD_SPI_DEFAULT_DMA_BURST,
|
/Linux-v4.19/include/linux/spi/ |
D | pxa2xx_spi.h | 45 u8 dma_burst_size; member
|
/Linux-v4.19/Documentation/spi/ |
D | pxa2xx | 93 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/ |
D | wmi.h | 2433 __le32 dma_burst_size; member 2618 __le32 dma_burst_size; member 2808 __le32 dma_burst_size; member
|
D | wmi-tlv.h | 1669 __le32 dma_burst_size; member
|
D | wmi.c | 6282 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()
|
D | wmi-tlv.c | 1601 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()
|