Searched refs:ATNI (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 44 #define ATNI 0x10 macro
|
D | aic7xxx.reg | 106 bit ATNI 0x10
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 236 test SCSISIGI, ATNI jz target_busfree; 263 test SCSISIGI, ATNI jz ident_messages_done; 288 test SCSISIGI, ATNI jz target_busfree; 312 test SCSISIGI, ATNI jnz target_mesgout_continue; 488 test SCSISIGI, ATNI jnz target_mesgout; 1622 test SCSISIGI, ATNI jnz mesgin_done; 1705 test SCSISIGI, ATNI jnz mesgin_done;
|
D | aic7xxx_reg.h | 1100 #define ATNI 0x10 macro
|
D | aic7xxx_core.c | 2529 if ((ahc_inb(ahc, SCSISIGI) & ATNI) != 0) { in ahc_clear_msg_state() 2822 if ((ahc_inb(ahc, SCSISIGI) & ATNI) != 0 in ahc_handle_message_phase() 2870 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase()
|
D | aic79xx.seq | 999 test SCSISIGI, ATNI jnz mesgin_done; 1094 test SCSISIGI, ATNI jnz mesgin_done;
|
D | aic7xxx.reg | 112 field ATNI 0x10
|
D | aic79xx_reg.h | 2667 #define ATNI 0x10 macro
|
D | aic79xx_core.c | 3626 if ((ahd_inb(ahd, SCSISIGI) & ATNI) != 0 in ahd_handle_message_phase() 3679 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase()
|
D | aic79xx.reg | 1684 field ATNI 0x10
|