Searched refs:dma_rx_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.c75 u32 dma_rx_ch; member in struct:au1550_spi
401 res = au1xxx_dbdma_put_dest(hw->dma_rx_ch, hw->rx, t->len);
409 au1xxx_dbdma_start(hw->dma_rx_ch);
423 au1xxx_dbdma_stop(hw->dma_rx_ch);
463 au1xxx_dbdma_stop(hw->dma_rx_ch);
467 hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch);
470 au1xxx_dbdma_reset(hw->dma_rx_ch);
834 hw->dma_rx_ch = au1xxx_dbdma_chan_alloc(hw->dma_rx_id,
836 if (hw->dma_rx_ch == 0) {
842 au1xxx_dbdma_set_devwidth(hw->dma_rx_ch,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmcbsp.c714 int dma_rx_ch; local
724 &dma_rx_ch)) {
728 mcbsp[id].dma_rx_lch = dma_rx_ch;
730 DBG("RX DMA on channel %d\n", dma_rx_ch);

Completed in 160 milliseconds