Searched refs:SEQ_FLAGS2 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h334 #define SEQ_FLAGS2 0x57 macro
H A Daic7xxx_core.c286 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) {
288 ahc_outb(ahc, SEQ_FLAGS2,
289 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA);
2423 ahc_outb(ahc, SEQ_FLAGS2,
2424 ahc_inb(ahc, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
4442 ahc_outb(ahc, SEQ_FLAGS2, 0);

Completed in 45 milliseconds