Lines Matching refs:dma_auto
181 int dma_auto;
372 pThis->dma_auto ? "Auto" : "Single",
529 pThis->dma_auto = (mask & DMA8_AUTO) != 0;
538 pThis->block_size, pThis->dma_auto, pThis->fifo, pThis->highspeed));
548 pThis->dma_auto = (cmd >> 2) & 1;
577 if (!pThis->dma_auto)
590 pThis->block_size, pThis->dma_auto, pThis->fifo, pThis->highspeed));
831 pThis->dma_auto = 0;
835 pThis->dma_auto = 0;
1165 if (pThis->dma_auto) {
1171 if (pThis->dma_auto)
1179 pThis->dma_auto = 0;
1792 if (0 == pThis->dma_auto)
1815 if (0 == pThis->dma_auto)
1933 qemu_put_be32 (f, pThis->dma_auto);
1994 pThis->dma_auto=qemu_get_be32 (f);