wide_tx_active8to15 2253 drivers/scsi/BusLogic.c 			adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_id) ? true : false) : (setupinfo.wide_tx_active8to15 & (1 << (tgt_id - 8)) ? true : false));
wide_tx_active8to15  452 drivers/scsi/BusLogic.h 	unsigned char wide_tx_active8to15;	/* Byte 33 */