Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pxa2xx-dma.c99 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()
H A Dspi-pxa2xx-pci.c39 int dma_burst_size; member
156 c->dma_burst_size = 8; in mrfld_spi_setup()
254 spi_pdata.dma_burst_size = c->dma_burst_size ? c->dma_burst_size : 1; in pxa2xx_spi_pci_probe()
H A Dspi-pxa2xx.h74 u32 dma_burst_size; member
H A Dspi-pxa2xx.c953 xfer->len >= chip->dma_burst_size; in pxa2xx_spi_can_dma()
964 u32 dma_burst = chip->dma_burst_size; in pxa2xx_spi_transfer_one()
1366 &chip->dma_burst_size, in setup()
1373 chip->dma_burst_size); in setup()
1632 pdata->dma_burst_size = 1; in pxa2xx_spi_init_pdata()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dicontrol.c43 .dma_burst_size = 8,
51 .dma_burst_size = 8,
59 .dma_burst_size = 8,
67 .dma_burst_size = 8,
H A Dstargate2.c354 .dma_burst_size = 8,
362 .dma_burst_size = 8,
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dpxa2xx_spi.h19 u8 dma_burst_size; member
38 u8 dma_burst_size; member
/OK3568_Linux_fs/kernel/Documentation/spi/
H A Dpxa2xx.rst97 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 */
/OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_mrfld_spidev.c25 .dma_burst_size = MRFLD_SPI_DEFAULT_DMA_BURST,
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhw.c61 config->dma_burst_size = 0; in ath11k_init_wmi_config_qca6390()
121 config->dma_burst_size = TARGET_DMA_BURST_SIZE; in ath11k_init_wmi_config_ipq8074()
H A Dwmi.h2244 u32 dma_burst_size; member
4934 u32 dma_burst_size; member
H A Dwmi.c3098 wmi_cfg->dma_burst_size = tg_cfg->dma_burst_size; in ath11k_wmi_copy_resource_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2517 __le32 dma_burst_size; member
2702 __le32 dma_burst_size; member
2892 __le32 dma_burst_size; member
H A Dwmi-tlv.h1767 __le32 dma_burst_size; member
H A Dwmi.c6602 config.dma_burst_size = __cpu_to_le32(TARGET_DMA_BURST_SIZE); in ath10k_wmi_op_gen_init()
6668 config.dma_burst_size = __cpu_to_le32(TARGET_10X_DMA_BURST_SIZE); in ath10k_wmi_10_1_op_gen_init()
6739 config.dma_burst_size = __cpu_to_le32(TARGET_10_2_DMA_BURST_SIZE); in ath10k_wmi_10_2_op_gen_init()
6817 config.dma_burst_size = __cpu_to_le32(TARGET_10_4_DMA_BURST_SIZE); in ath10k_wmi_10_4_op_gen_init()
H A Dwmi-tlv.c1929 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()