Home
last modified time | relevance | path

Searched refs:DMACNTRL0 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daha152x.c974 SETPORT(DMACNTRL0, INTEN);
1374 SETPORT(DMACNTRL0, SWINT|INTEN);
1391 SETPORT(DMACNTRL0, INTEN);
1478 SETBITS(DMACNTRL0, INTEN);
1792 SETPORT(DMACNTRL0, RSTFIFO);
1806 SETPORT(DMACNTRL0, 0);
1952 dmacntrl0 = GETPORT(DMACNTRL0);
1959 CLRBITS(DMACNTRL0, INTEN);
2653 SETPORT(DMACNTRL0, RSTFIFO);
2654 SETPORT(DMACNTRL0, RSTFIFO|ENDMA);
[all …]
Daha152x.h78 #define DMACNTRL0 (HOSTIOPORT1+0x12) /* DMA control 0 */ macro