MSGI              536 drivers/scsi/aha152x.c #define ADDMSGI(x)		(MSGILEN<256 ? (void)(MSGI(MSGILEN++)=x) : aha152x_error(shpnt,"MSGI overflow"))
MSGI             1659 drivers/scsi/aha152x.c 			if(!(MSGI(0) & IDENTIFY_BASE)) {
MSGI             1665 drivers/scsi/aha152x.c 			CURRENT_SC = remove_lun_SC(&DISCONNECTED_SC, RECONN_TARGET, MSGI(0) & 0x3f);
MSGI             1672 drivers/scsi/aha152x.c 					     RECONN_TARGET, MSGI(0) & 0x3f);
MSGI             1676 drivers/scsi/aha152x.c 			CURRENT_SC->SCp.Message = MSGI(0);
MSGI             1685 drivers/scsi/aha152x.c 		CURRENT_SC->SCp.Message = MSGI(0);
MSGI             1687 drivers/scsi/aha152x.c 		switch (MSGI(0)) {
MSGI             1718 drivers/scsi/aha152x.c 			if(MSGILEN<2 || MSGILEN<MSGI(1)+2) {
MSGI             1723 drivers/scsi/aha152x.c 			switch (MSGI(2)) {
MSGI             1728 drivers/scsi/aha152x.c 					if (MSGI(1) != 3) {
MSGI             1738 drivers/scsi/aha152x.c 					spi_print_msg(&MSGI(0));
MSGI             1741 drivers/scsi/aha152x.c 					ticks = (MSGI(3) * 4 + 49) / 50;
MSGI             1745 drivers/scsi/aha152x.c 						if (ticks > 9 || MSGI(4) < 1 || MSGI(4) > 8) {
MSGI             1753 drivers/scsi/aha152x.c 						SYNCRATE |= ((ticks - 2) << 4) + MSGI(4);
MSGI             1754 drivers/scsi/aha152x.c 					} else if (ticks <= 9 && MSGI(4) >= 1) {
MSGI             1762 drivers/scsi/aha152x.c 							ADDMSGO(MSGI(3));
MSGI             1764 drivers/scsi/aha152x.c 						if (MSGI(4) > 8)
MSGI             1765 drivers/scsi/aha152x.c 							MSGI(4) = 8;
MSGI             1767 drivers/scsi/aha152x.c 						ADDMSGO(MSGI(4));
MSGI             1769 drivers/scsi/aha152x.c 						SYNCRATE |= ((ticks - 2) << 4) + MSGI(4);
MSGI             1330 drivers/scsi/aic7xxx/aic7xxx_core.c 			if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
MSGI             1344 drivers/scsi/aic7xxx/aic7xxx_core.c 					  & (CDI|MSGI)) != 0)