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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/spi/
H A Dau1550_spi.c74 u32 dma_tx_ch; member in struct:au1550_spi
405 res = au1xxx_dbdma_put_source(hw->dma_tx_ch, (void *)hw->tx, t->len);
410 au1xxx_dbdma_start(hw->dma_tx_ch);
422 au1xxx_dbdma_stop(hw->dma_tx_ch);
464 au1xxx_dbdma_stop(hw->dma_tx_ch);
468 hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch);
471 au1xxx_dbdma_reset(hw->dma_tx_ch);
816 hw->dma_tx_ch = au1xxx_dbdma_chan_alloc(memid,
818 if (hw->dma_tx_ch == 0) {
824 au1xxx_dbdma_set_devwidth(hw->dma_tx_ch,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmcbsp.c661 int dma_tx_ch; local
671 &dma_tx_ch)) {
675 mcbsp[id].dma_tx_lch = dma_tx_ch;
677 DBG("TX DMA on channel %d\n", dma_tx_ch);

Completed in 85 milliseconds