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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c3870 ahd_outb(ahd, SEQ_FLAGS2,
3871 ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
6724 ahd_outb(ahd, SEQ_FLAGS2, 0);
7121 ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN);
7496 seq_flags2 = ahd_inb(ahd, SEQ_FLAGS2);
7577 ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
7603 ahd_outb(ahd, SEQ_FLAGS2, seq_flags2);
9006 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50);
H A Daic7xxx.c292 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) {
294 ahc_outb(ahc, SEQ_FLAGS2,
295 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA);
2548 ahc_outb(ahc, SEQ_FLAGS2,
2549 ahc_inb(ahc, SEQ_FLAGS2) & ~TARGET_MSG_PENDING);
4635 ahc_outb(ahc, SEQ_FLAGS2, 0);
H A Daic7xxx_reg.h448 ahc_print_register(NULL, 0, "SEQ_FLAGS2", 0x57, regvalue, cur_col, wrap)
1398 #define SEQ_FLAGS2 0x57 macro
H A Daic79xx_reg.h2149 ahd_print_register(NULL, 0, "SEQ_FLAGS2", 0x14d, regvalue, cur_col, wrap)
3653 #define SEQ_FLAGS2 0x14d macro

Completed in 195 milliseconds