Searched refs:SEQ_FLAGS2 (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 3413 ahd_outb(ahd, SEQ_FLAGS2, in ahd_clear_msg_state() 3414 ahd_inb(ahd, SEQ_FLAGS2) & ~TARGET_MSG_PENDING); in ahd_clear_msg_state() 6276 ahd_outb(ahd, SEQ_FLAGS2, 0); in ahd_chip_init() 6675 ahd_outb(ahd, SEQ_FLAGS2, ahd_inb(ahd, SEQ_FLAGS2) | SELECTOUT_QFROZEN); in ahd_pause_and_flushwork() 6719 ahd_outb(ahd, SEQ_FLAGS2, in ahd_pause_and_flushwork() 6720 ahd_inb(ahd, SEQ_FLAGS2) & ~SELECTOUT_QFROZEN); in ahd_pause_and_flushwork() 7686 ahd_outb(ahd, SEQ_FLAGS2, in ahd_handle_scsi_status() 7687 ahd_inb(ahd, SEQ_FLAGS2) & ~SELECTOUT_QFROZEN); in ahd_handle_scsi_status() 8514 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50); in ahd_dump_card_state()
|
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; 515 and SEQ_FLAGS2, ~TARGET_MSG_PENDING;
|
D | aic7xxx_core.c | 288 if ((ahc_inb(ahc, SEQ_FLAGS2) & SCB_DMA) != 0) { in ahc_restart() 290 ahc_outb(ahc, SEQ_FLAGS2, in ahc_restart() 291 ahc_inb(ahc, SEQ_FLAGS2) & ~SCB_DMA); in ahc_restart() 2537 ahc_outb(ahc, SEQ_FLAGS2, in ahc_clear_msg_state() 2538 ahc_inb(ahc, SEQ_FLAGS2) & ~TARGET_MSG_PENDING); in ahc_clear_msg_state() 4583 ahc_outb(ahc, SEQ_FLAGS2, 0); in ahc_chip_init()
|
D | aic7xxx_reg.h | 1396 #define SEQ_FLAGS2 0x57 macro
|
D | aic79xx.seq | 71 test SEQ_FLAGS2, SELECTOUT_QFROZEN jnz idle_loop_checkbus; 316 test SEQ_FLAGS2, SELECTOUT_QFROZEN jnz . + 2; 1040 or SEQ_FLAGS2, SELECTOUT_QFROZEN;
|
D | aic7xxx.reg | 1500 SEQ_FLAGS2 {
|
D | aic79xx_reg.h | 3611 #define SEQ_FLAGS2 0x147 macro
|
D | aic79xx.reg | 3699 SEQ_FLAGS2 {
|