Home
last modified time | relevance | path

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

/drivers/spi/
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()
Dspi-pxa2xx-pci.c38 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()
Dspi-pxa2xx.h74 u32 dma_burst_size; member
Dspi-pxa2xx.c914 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()
1590 pdata->dma_burst_size = 1; in pxa2xx_spi_init_pdata()
/drivers/net/wireless/ath/ath10k/
Dwmi.h2492 __le32 dma_burst_size; member
2677 __le32 dma_burst_size; member
2867 __le32 dma_burst_size; member
Dwmi-tlv.h1723 __le32 dma_burst_size; member
Dwmi.c6488 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()
Dwmi-tlv.c1770 cfg->dma_burst_size = __cpu_to_le32(0); in ath10k_wmi_tlv_op_gen_init()