Searched refs:SEQ_FLAGS2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 69 test SEQ_FLAGS2, SELECTOUT_QFROZEN jz check_waiting_list; 77 and SEQ_FLAGS2, ~SELECTOUT_QFROZEN; 385 or SEQ_FLAGS2, PENDING_MK_MESSAGE; 420 test SEQ_FLAGS2, SELECTOUT_QFROZEN|PENDING_MK_MESSAGE 767 test SEQ_FLAGS2, PENDING_MK_MESSAGE jz select_out_no_mk_message_scb; 770 and SEQ_FLAGS2, ~PENDING_MK_MESSAGE; 1226 or SEQ_FLAGS2, SELECTOUT_QFROZEN;
|
H A D | aic7xxx.seq | 114 or SEQ_FLAGS2, SCB_DMA; 143 and SEQ_FLAGS2, ~SCB_DMA; 310 test SEQ_FLAGS2, TARGET_MSG_PENDING 317 or SEQ_FLAGS2, TARGET_MSG_PENDING; 517 and SEQ_FLAGS2, ~TARGET_MSG_PENDING;
|
H A D | aic79xx.c | 3860 ahd_outb(ahd, SEQ_FLAGS2, in ahd_clear_msg_state() 3861 ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING); in ahd_clear_msg_state() 6698 ahd_outb(ahd, SEQ_FLAGS2, 0); in ahd_chip_init() 7095 ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN); in ahd_pause_and_flushwork() 7470 seq_flags2 = ahd_inb(ahd, SEQ_FLAGS2); in ahd_search_qinfifo() 7551 ahd_outb(ahd, SEQ_FLAGS2, seq_flags2); in ahd_search_qinfifo() 7577 ahd_outb(ahd, SEQ_FLAGS2, seq_flags2); in ahd_search_qinfifo() 8979 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50); in ahd_dump_card_state()
|
H A D | aic7xxx_reg.h | 1396 #define SEQ_FLAGS2 0x57 macro
|
H A D | aic7xxx.reg | 1499 SEQ_FLAGS2 {
|
H A D | aic79xx_reg.h | 3651 #define SEQ_FLAGS2 0x14d macro
|
H A D | aic79xx.reg | 3714 SEQ_FLAGS2 {
|