taglinefilesource code
dma_mode287drivers/char/tpqic02.cstatic volatile unsigned dma_mode = 0;    /* !=0 also means DMA in use */
dma_mode1539drivers/char/tpqic02.cset_dma_mode(QIC02_TAPE_DMA, dma_mode);
dma_mode1556drivers/char/tpqic02.cif (dma_mode == DMA_MODE_WRITE)
dma_mode1587drivers/char/tpqic02.cdma_mode = (mode == WRITE)? DMA_MODE_WRITE : DMA_MODE_READ;  
dma_mode1713drivers/char/tpqic02.cstat = tp_sense((dma_mode==READ)? TP_WRP : 0);
dma_mode1727drivers/char/tpqic02.cdma_mode = 0;
dma_mode1754drivers/char/tpqic02.cif ((status_cmd_pending>0) || dma_mode) {
dma_mode1761drivers/char/tpqic02.cif (dma_mode) {
dma_mode1762drivers/char/tpqic02.cdma_mode = 0;  /* signal end to read/write routine */
dma_mode1832drivers/char/tpqic02.cdma_mode = 0;  /* wake up rw() */
dma_mode1864drivers/char/tpqic02.cdma_mode = 0;
dma_mode2017drivers/char/tpqic02.cwhile (dma_mode != 0) {
dma_mode2181drivers/char/tpqic02.cwhile ((status_error == 0) && (dma_mode != 0)) {
dma_mode66drivers/sound/dev_table.hint      dma_mode;  /* DMODE_INPUT, DMODE_OUTPUT or DMODE_NONE */
dma_mode164drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode238drivers/sound/dmabuf.cif (audio_devs[dev]->dmap->dma_mode == DMODE_OUTPUT)
dma_mode279drivers/sound/dmabuf.c&& (audio_devs[dev]->dmap->dma_mode == DMODE_OUTPUT))
dma_mode293drivers/sound/dmabuf.caudio_devs[dev]->dmap->dma_mode = DMODE_NONE;
dma_mode316drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_OUTPUT)  /* Direction change */
dma_mode320drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode326drivers/sound/dmabuf.cif (!dmap->dma_mode)
dma_mode336drivers/sound/dmabuf.cdmap->dma_mode = DMODE_INPUT;
dma_mode581drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_INPUT)  /* Direction change */
dma_mode584drivers/sound/dmabuf.cdmap->dma_mode = DMODE_NONE;
dma_mode597drivers/sound/dmabuf.cif (!dmap->dma_mode)
dma_mode601drivers/sound/dmabuf.cdmap->dma_mode = DMODE_OUTPUT;
dma_mode686drivers/sound/dmabuf.cDMAbuf_start_dma (int dev, unsigned long physaddr, int count, int dma_mode)
dma_mode710drivers/sound/dmabuf.cset_dma_mode (chan, dma_mode | DMA_AUTOINIT);
dma_mode720drivers/sound/dmabuf.cisa_dmastart ((dma_mode == DMA_MODE_READ) ? B_READ : B_WRITE,
dma_mode736drivers/sound/dmabuf.cdma_mode, TRUE);
dma_mode739drivers/sound/dmabuf.cdma_param (chan, ((dma_mode == DMA_MODE_READ) ? DMA_Rdmode : DMA_Wrmode)
dma_mode760drivers/sound/dmabuf.cset_dma_mode (chan, dma_mode);
dma_mode767drivers/sound/dmabuf.cisa_dmastart ((dma_mode == DMA_MODE_READ) ? B_READ : B_WRITE,
dma_mode776drivers/sound/dmabuf.csnd_dma_prog (chan, physaddr, count, dma_mode, FALSE);
dma_mode779drivers/sound/dmabuf.cdma_param (chan, ((dma_mode == DMA_MODE_READ) ? DMA_Rdmode : DMA_Wrmode),
dma_mode967drivers/sound/dmabuf.cif (dmap->dma_mode != DMODE_INPUT)
dma_mode982drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_INPUT)
dma_mode987drivers/sound/dmabuf.cif (dmap->dma_mode == DMODE_NONE)
dma_mode1066drivers/sound/dmabuf.cDMAbuf_start_dma (int dev, unsigned long physaddr, int count, int dma_mode)
dma_mode13drivers/sound/sound_calls.hint DMAbuf_start_dma (int dev, unsigned long physaddr, int count, int dma_mode);