Searched refs:get_burst_size (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/dma/ |
H A D | tegra186-gpc-dma.c | 805 static unsigned int get_burst_size(struct tegra_dma_channel *tdc, in get_burst_size() function 1085 mmio_seq |= get_burst_size(tdc, burst_size, slave_bw, len); in tegra_dma_prep_slave_sg() 1209 mmio_seq |= get_burst_size(tdc, burst_size, slave_bw, len); in tegra_dma_prep_dma_cyclic()
|
H A D | tegra20-apb-dma.c | 958 static inline unsigned int get_burst_size(struct tegra_dma_channel *tdc, in get_burst_size() function 1122 ahb_seq |= get_burst_size(tdc, burst_size, slave_bw, len); in tegra_dma_prep_slave_sg() 1259 ahb_seq |= get_burst_size(tdc, burst_size, slave_bw, len); in tegra_dma_prep_dma_cyclic()
|