Searched refs:dma_tx_ch (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dau1550_spi.c76 u32 dma_tx_ch; member in struct:au1550_spi
421 res = au1xxx_dbdma_put_source(hw->dma_tx_ch, virt_to_phys(hw->tx),
427 au1xxx_dbdma_start(hw->dma_tx_ch);
439 au1xxx_dbdma_stop(hw->dma_tx_ch);
481 au1xxx_dbdma_stop(hw->dma_tx_ch);
485 hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch);
488 au1xxx_dbdma_reset(hw->dma_tx_ch);
854 hw->dma_tx_ch = au1xxx_dbdma_chan_alloc(ddma_memid,
856 if (hw->dma_tx_ch == 0) {
862 au1xxx_dbdma_set_devwidth(hw->dma_tx_ch,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmcbsp.c1269 int dma_tx_ch; local
1283 &dma_tx_ch)) {
1289 mcbsp->dma_tx_lch = dma_tx_ch;
1292 dma_tx_ch);

Completed in 59 milliseconds