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

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.c3898 ahd_outb(ahd, SEQ_FLAGS2,
3899 ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
6767 ahd_outb(ahd, SEQ_FLAGS2, 0);
7164 ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN);
7540 seq_flags2 = ahd_inb(ahd, SEQ_FLAGS2);
7622 ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
7649 ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
9061 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50);
H A Daic7xxx.c290 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) {
292 ahc_outb(ahc, SEQ_FLAGS2,
293 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA);
2556 ahc_outb(ahc, SEQ_FLAGS2,
2557 ahc_inb(ahc, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
4659 ahc_outb(ahc, SEQ_FLAGS2, 0);
H A Daic7xxx_reg.h448 ahc_print_register(NULL, 0, "SEQ_FLAGS2", 0x57, regvalue, cur_col, wrap)
1399 #define SEQ_FLAGS2 0x57 macro
H A Daic79xx_reg.h2149 ahd_print_register(NULL, 0, "SEQ_FLAGS2", 0x14d, regvalue, cur_col, wrap)
3654 #define SEQ_FLAGS2 0x14d macro

Completed in 262 milliseconds