Searched refs:txconf (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-dw-mid.c152 struct dma_slave_config txconf; dw_spi_dma_prepare_tx() local
158 txconf.direction = DMA_MEM_TO_DEV; dw_spi_dma_prepare_tx()
159 txconf.dst_addr = dws->dma_addr; dw_spi_dma_prepare_tx()
160 txconf.dst_maxburst = 16; dw_spi_dma_prepare_tx()
161 txconf.src_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES; dw_spi_dma_prepare_tx()
162 txconf.dst_addr_width = convert_dma_width(dws->dma_width); dw_spi_dma_prepare_tx()
163 txconf.device_fc = false; dw_spi_dma_prepare_tx()
165 dmaengine_slave_config(dws->txchan, &txconf); dw_spi_dma_prepare_tx()
H A Dspi-img-spfi.c320 struct dma_slave_config rxconf, txconf; img_spfi_start_dma() local
350 txconf.direction = DMA_MEM_TO_DEV; img_spfi_start_dma()
352 txconf.dst_addr = spfi->phys + SPFI_TX_32BIT_VALID_DATA; img_spfi_start_dma()
353 txconf.dst_addr_width = 4; img_spfi_start_dma()
354 txconf.dst_maxburst = 4; img_spfi_start_dma()
356 txconf.dst_addr = spfi->phys + SPFI_TX_8BIT_VALID_DATA; img_spfi_start_dma()
357 txconf.dst_addr_width = 1; img_spfi_start_dma()
358 txconf.dst_maxburst = 4; img_spfi_start_dma()
360 dmaengine_slave_config(spfi->tx_ch, &txconf); img_spfi_start_dma()
H A Dspi-rockchip.c444 struct dma_slave_config rxconf, txconf; rockchip_spi_prepare_dma() local
471 txconf.direction = rs->dma_tx.direction; rockchip_spi_prepare_dma()
472 txconf.dst_addr = rs->dma_tx.addr; rockchip_spi_prepare_dma()
473 txconf.dst_addr_width = rs->n_bytes; rockchip_spi_prepare_dma()
474 txconf.dst_maxburst = rs->n_bytes; rockchip_spi_prepare_dma()
475 dmaengine_slave_config(rs->dma_tx.ch, &txconf); rockchip_spi_prepare_dma()
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_dma.c167 dma->txconf.direction = DMA_MEM_TO_DEV; serial8250_request_dma()
168 dma->txconf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; serial8250_request_dma()
169 dma->txconf.dst_addr = p->port.mapbase + UART_TX; serial8250_request_dma()
192 dmaengine_slave_config(dma->txchan, &dma->txconf); serial8250_request_dma()
H A D8250.h29 struct dma_slave_config txconf; member in struct:uart_8250_dma
H A D8250_lpc18xx.c181 uart.dma->txconf.dst_maxburst = 1; lpc18xx_serial_probe()
H A D8250_mid.c207 dma->txconf.dst_maxburst = 64; mid8250_dma_setup()
H A D8250_dw.c477 data->dma.txconf.dst_maxburst = p->fifosize / 4; dw8250_probe()
H A D8250_omap.c1215 priv->omap8250_dma.txconf.dst_maxburst = TX_TRIGGER; omap8250_probe()
H A D8250_pci.c1492 dma->txconf.dst_maxburst = 16; byt_serial_setup()
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Dsa2400.c130 u32 anaparam, txconf; sa2400_rf_init() local
177 txconf = rtl818x_ioread32(priv, &priv->map->TX_CONF); sa2400_rf_init()
179 txconf | RTL818X_TX_CONF_LOOPBACK_CONT); sa2400_rf_init()
190 rtl818x_iowrite32(priv, &priv->map->TX_CONF, txconf); sa2400_rf_init()

Completed in 627 milliseconds