Searched refs:RETURN_1 (Results 1 – 12 of 12) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 283 #define RETURN_1 0x51 macro
|
D | aic7xxx.seq | 750 cmp RETURN_1, MSGOUT_PHASEMIS je p_mesgout_done; 812 * RETURN_1 to SEND_SENSE. If RETURN_1 is set to SEND_SENSE we redownload 815 * RETURN_1, and the command is allowed to complete normally. We don't bother 833 cmp RETURN_1, SEND_SENSE jne complete; 1295 mov RETURN_1, RETURN_2 ret;
|
D | aic7xxx.reg | 1310 alias RETURN_1
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 326 cmp RETURN_1, EXIT_MSG_LOOP je target_ITloop; 1577 cmp RETURN_1, EXIT_MSG_LOOP je ITloop + 1; 1611 * RETURN_1 to SEND_SENSE. 1667 cmp RETURN_1, SEND_SENSE jne complete;
|
D | aic7xxx_reg.h_shipped | 494 #define RETURN_1 0x51
|
D | aic79xx_core.c | 4788 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE); in ahd_handle_message_phase() 4820 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_WRITE); in ahd_handle_message_phase() 4894 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_READ); in ahd_handle_message_phase() 4906 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG); in ahd_handle_message_phase() 4964 ahd_outb(ahd, RETURN_1, CONT_MSG_LOOP_TARG); in ahd_handle_message_phase() 5041 ahd_outb(ahd, RETURN_1, EXIT_MSG_LOOP); in ahd_handle_message_phase()
|
D | aic7xxx_core.c | 1009 ahc_outb(ahc, RETURN_1, 0); in ahc_handle_seqint() 1146 ahc_outb(ahc, RETURN_1, SEND_SENSE); in ahc_handle_seqint() 3525 ahc_outb(ahc, RETURN_1, EXIT_MSG_LOOP); in ahc_handle_message_phase() 3527 ahc_outb(ahc, RETURN_1, CONT_MSG_LOOP); in ahc_handle_message_phase()
|
D | aic7xxx.reg | 1601 alias RETURN_1
|
D | aic79xx.seq | 1049 cmp RETURN_1, EXIT_MSG_LOOP je ITloop; 1050 cmp RETURN_1, CONT_MSG_LOOP_WRITE jne . + 3;
|
D | aic79xx_reg.h_shipped | 2489 #define RETURN_1 0x148
|
D | aic79xx.reg | 3928 alias RETURN_1
|
/drivers/scsi/ |
D | aic7xxx_old.c | 4218 aic_outb(p, 0, RETURN_1); in aic7xxx_handle_seqint() 4313 aic_outb(p, SEND_SENSE, RETURN_1); in aic7xxx_handle_seqint() 5558 aic_outb(p, 0, RETURN_1); in aic7xxx_handle_reqinit() 5567 aic_outb(p, MSGOUT_PHASEMIS, RETURN_1); in aic7xxx_handle_reqinit()
|