Home
last modified time | relevance | path

Searched refs:SCB_DMA (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1398 #define SCB_DMA 0x01 macro
Daic7xxx.seq114 or SEQ_FLAGS2, SCB_DMA;
143 and SEQ_FLAGS2, ~SCB_DMA;
Daic7xxx.reg1502 field SCB_DMA 0x01
Daic7xxx_core.c288 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) { in ahc_restart()
291 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA); in ahc_restart()