Searched refs:HOST_MSG (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 623 #define HOST_MSG 0xff macro
|
D | aic7xxx.seq | 695 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 725 jmp p_mesgout_from_host + 1;/* Skip HOST_MSG test */ 744 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte; 989 mvi HOST_MSG call mk_mesg;
|
D | aic7xxx.reg | 1385 const HOST_MSG 0xff
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h_shipped | 894 #define HOST_MSG 0xff
|
D | aic79xx_core.c | 1969 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2028 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2162 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 2854 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error() 3399 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation() 4416 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout()
|
D | aic7xxx.seq | 1484 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 1531 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte; 1939 mvi HOST_MSG call mk_mesg;
|
D | aic79xx.seq | 959 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 1002 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte; 1158 mvi HOST_MSG call mk_mesg;
|
D | aic7xxx_osm.c | 2253 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx.reg | 1742 const HOST_MSG 0xff
|
D | aic79xx_osm.c | 2300 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_linux_queue_abort_cmd()
|
D | aic7xxx_core.c | 1193 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint() 3215 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation()
|
D | aic79xx_reg.h_shipped | 2661 #define HOST_MSG 0xff
|
D | aic79xx.reg | 4233 const HOST_MSG 0xff
|
/drivers/scsi/ |
D | aic7xxx_old.c | 4153 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_handle_seqint() 5104 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_parse_msg() 5259 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_parse_msg() 5488 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_parse_msg() 10430 aic_outb(p, HOST_MSG, MSG_OUT); in DEF_SCSI_QCMD() 10708 aic_outb(p, HOST_MSG, MSG_OUT); in __aic7xxx_abort()
|