Searched refs:dma_rx_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.c77 u32 dma_rx_ch; member in struct:au1550_spi
416 res = au1xxx_dbdma_put_dest(hw->dma_rx_ch, virt_to_phys(hw->rx),
426 au1xxx_dbdma_start(hw->dma_rx_ch);
440 au1xxx_dbdma_stop(hw->dma_rx_ch);
480 au1xxx_dbdma_stop(hw->dma_rx_ch);
484 hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch);
487 au1xxx_dbdma_reset(hw->dma_rx_ch);
872 hw->dma_rx_ch = au1xxx_dbdma_chan_alloc(hw->dma_rx_id,
874 if (hw->dma_rx_ch == 0) {
880 au1xxx_dbdma_set_devwidth(hw->dma_rx_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.c1332 int dma_rx_ch; local
1346 &dma_rx_ch)) {
1352 mcbsp->dma_rx_lch = dma_rx_ch;
1355 dma_rx_ch);

Completed in 46 milliseconds