Searched refs:dma_burst_size (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/arm/mach-pxa/ |
| D | icontrol.c | 43 .dma_burst_size = 8, 51 .dma_burst_size = 8, 59 .dma_burst_size = 8, 67 .dma_burst_size = 8,
|
| D | stargate2.c | 354 .dma_burst_size = 8, 362 .dma_burst_size = 8,
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-pxa2xx-dma.c | 99 cfg.dst_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one() 106 cfg.src_maxburst = chip->dma_burst_size; in pxa2xx_spi_dma_prepare_one() 240 u32 dma_burst_size = drv_data->controller_info->dma_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold() local 247 *burst_code = chip_info ? chip_info->dma_burst_size : dma_burst_size; in pxa2xx_spi_set_dma_burst_and_threshold()
|
| D | spi-pxa2xx-pci.c | 38 int dma_burst_size; member 138 c->dma_burst_size = 8; in mrfld_spi_setup() 229 spi_pdata.dma_burst_size = c->dma_burst_size ? c->dma_burst_size : 1; in pxa2xx_spi_pci_probe()
|
| D | spi-pxa2xx.h | 74 u32 dma_burst_size; member
|
| D | spi-pxa2xx.c | 914 xfer->len >= chip->dma_burst_size; in pxa2xx_spi_can_dma() 925 u32 dma_burst = chip->dma_burst_size; in pxa2xx_spi_transfer_one() 1326 &chip->dma_burst_size, in setup() 1333 chip->dma_burst_size); in setup() 1576 pdata->dma_burst_size = 1; in pxa2xx_spi_init_pdata()
|
| /Linux-v5.4/include/linux/spi/ |
| D | pxa2xx_spi.h | 19 u8 dma_burst_size; member 38 u8 dma_burst_size; member
|
| /Linux-v5.4/arch/x86/platform/intel-mid/device_libs/ |
| D | platform_mrfld_spidev.c | 25 .dma_burst_size = MRFLD_SPI_DEFAULT_DMA_BURST,
|
| /Linux-v5.4/Documentation/spi/ |
| D | pxa2xx.rst | 97 u8 dma_burst_size; 113 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA 118 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-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | wmi.h | 2492 __le32 dma_burst_size; member 2677 __le32 dma_burst_size; member 2867 __le32 dma_burst_size; member
|
| D | wmi-tlv.h | 1723 __le32 dma_burst_size; member
|
| D | wmi.c | 6488 config.dma_burst_size = __cpu_to_le32(TARGET_DMA_BURST_SIZE); in ath10k_wmi_op_gen_init() 6556 config.dma_burst_size = __cpu_to_le32(TARGET_10X_DMA_BURST_SIZE); in ath10k_wmi_10_1_op_gen_init() 6629 config.dma_burst_size = __cpu_to_le32(TARGET_10_2_DMA_BURST_SIZE); in ath10k_wmi_10_2_op_gen_init() 6710 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 | 1770 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()
|