Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1407 #define SCB_DMA 0x01 macro
H A Daic7xxx.seq114 or SEQ_FLAGS2, SCB_DMA;
143 and SEQ_FLAGS2, ~SCB_DMA;
H A Daic7xxx.reg1511 field SCB_DMA 0x01
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c311 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) { in ahc_restart()
314 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA); in ahc_restart()