Searched defs:DMA (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/
H A Domap1_camera.c86 #define DMA BIT(8) macro
170 /* Pointers to DMA buffers */
377 * into the DMA programming register set after the DMA
429 * into the DMA programming register set.
463 * its parameters into the DMA programming register set.
486 CAM_WRITE(pcdev, MODE, mode & ~(IRQ_MASK | DMA));
504 * empty. Since the transfer of the DMA programming register set
505 * content to the DMA working register set is done automatically
506 * by the DMA hardwar
[all...]
/drivers/scsi/
H A Daha152x.h35 #define DMACNTRL0 (HOSTIOPORT1+0x12) /* DMA control 0 */
36 #define DMACNTRL1 (HOSTIOPORT1+0x13) /* DMA control 1 */
37 #define DMASTAT (HOSTIOPORT1+0x14) /* DMA status */
52 #define O_DMACNTRL1 0x13 /* DMA control 1 */
58 #define O_TC_DMACNTRL1 0x03 /* DMA control 1 */
219 /* DMA control 0 */
222 #define DMA 0x20 macro
228 /* DMA control 1 */
232 /* DMA status */
266 unsigned dma:1; /* Transfer mode: 0=PIO; 1=DMA */
[all...]

Completed in 260 milliseconds