Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx_reg.h1401 #define SCB_DMA 0x01 macro
Daic7xxx.seq116 or SEQ_FLAGS2, SCB_DMA;
145 and SEQ_FLAGS2, ~SCB_DMA;
Daic7xxx.reg1503 field SCB_DMA 0x01
Daic7xxx.c292 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) { in ahc_restart()
295 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA); in ahc_restart()