Searched refs:dma_tx_chan (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-sport.c159 enable_dma(sport->dma_tx_chan);
174 disable_dma(sport->dma_tx_chan);
235 set_dma_next_desc_addr(sport->dma_tx_chan, sport->curr_tx_desc);
236 set_dma_x_count(sport->dma_tx_chan, 0);
237 set_dma_x_modify(sport->dma_tx_chan, 0);
238 set_dma_config(sport->dma_tx_chan,
240 set_dma_curr_addr(sport->dma_tx_chan, sport->curr_tx_desc->start_addr);
309 desc = get_dma_next_desc_ptr(sport->dma_tx_chan);
317 while ((get_dma_curr_desc_ptr(sport->dma_tx_chan) - \
339 while ((get_dma_curr_desc_ptr(sport->dma_tx_chan)
[all...]
H A Dbf5xx-sport.h43 int dma_tx_chan; member in struct:sport_device
110 int dma_tx_chan; member in struct:sport_param
H A Dbf5xx-i2s.c61 .dma_tx_chan = CH_SPORT0_TX,
67 .dma_tx_chan = CH_SPORT1_TX,
H A Dbf5xx-tdm.c55 .dma_tx_chan = CH_SPORT0_TX,
61 .dma_tx_chan = CH_SPORT1_TX,
H A Dbf5xx-ac97.c68 .dma_tx_chan = CH_SPORT##x##_TX, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Ddavinci_spi.c1020 resource_size_t dma_tx_chan = SPI_NO_RESOURCE; local
1121 dma_tx_chan = r->start;
1129 dma_tx_chan == SPI_NO_RESOURCE ||
1148 dma_tx_chan;
1153 "event queue = %d", dma_rx_chan, dma_tx_chan,

Completed in 36 milliseconds