Searched refs:HOST_MSG (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/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
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 734 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 789 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 922 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_seqint() 1579 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_transmission_error() 2079 ahd_outb(ahd, MSG_OUT, HOST_MSG); in ahd_handle_proto_violation() 3115 && ahd_inb(ahd, MSG_OUT) == HOST_MSG) { in ahd_setup_initiator_msgout()
|
D | aic7xxx_reg.h | 1769 #define HOST_MSG 0xff macro
|
D | aic79xx.seq | 766 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 809 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte; 965 mvi HOST_MSG call mk_mesg;
|
D | aic7xxx.seq | 1483 * If MSG_OUT is == HOST_MSG, also interrupt the host and take a message. 1530 cmp SINDEX, HOST_MSG jne p_mesgout_onebyte; 1938 mvi HOST_MSG call mk_mesg;
|
D | aic7xxx.reg | 1575 const HOST_MSG 0xff
|
D | aic79xx_reg.h | 3753 #define HOST_MSG 0xff macro
|
D | aic7xxx_core.c | 612 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_seqint() 2619 ahc_outb(ahc, MSG_OUT, HOST_MSG); in ahc_handle_proto_violation()
|
D | aic79xx_osm.c | 1432 ahd_outb(ahd, MSG_OUT, HOST_MSG);
|
D | aic7xxx_osm.c | 4926 ahc_outb(ahc, MSG_OUT, HOST_MSG);
|
D | aic79xx.reg | 3911 const HOST_MSG 0xff
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 4620 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_handle_seqint() 5618 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_parse_msg() 5775 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_parse_msg() 6009 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_parse_msg() 11042 aic_outb(p, HOST_MSG, MSG_OUT); in aic7xxx_bus_device_reset()
|