ins_bytes        8451 dev/ic/aic79xx.c 		uint8_t ins_bytes[4];
ins_bytes        8453 dev/ic/aic79xx.c 		ahd_insb(ahd, SEQRAM, ins_bytes, 4);
ins_bytes        8454 dev/ic/aic79xx.c 		printf("0x%08x\n", ins_bytes[0] << 24
ins_bytes        8455 dev/ic/aic79xx.c 				 | ins_bytes[1] << 16
ins_bytes        8456 dev/ic/aic79xx.c 				 | ins_bytes[2] << 8
ins_bytes        8457 dev/ic/aic79xx.c 				 | ins_bytes[3]);
ins_bytes        6155 dev/ic/aic7xxx.c 		uint8_t ins_bytes[4];
ins_bytes        6157 dev/ic/aic7xxx.c 		ahc_insb(ahc, SEQRAM, ins_bytes, 4);
ins_bytes        6158 dev/ic/aic7xxx.c 		printf("0x%08x\n", ins_bytes[0] << 24
ins_bytes        6159 dev/ic/aic7xxx.c 				 | ins_bytes[1] << 16
ins_bytes        6160 dev/ic/aic7xxx.c 				 | ins_bytes[2] << 8
ins_bytes        6161 dev/ic/aic7xxx.c 				 | ins_bytes[3]);