crcBytes         5762 drivers/scsi/FlashPoint.c 	unsigned char crcBytes[3];
crcBytes         5781 drivers/scsi/FlashPoint.c 				pCrcBytes = (unsigned short *)&crcBytes[0];
crcBytes         5783 drivers/scsi/FlashPoint.c 				crcBytes[2] = FPT_CalcLrc(&temp_id_string[0]);
crcBytes         5784 drivers/scsi/FlashPoint.c 				temp_id_string[1] = crcBytes[2];
crcBytes         5785 drivers/scsi/FlashPoint.c 				temp_id_string[2] = crcBytes[0];
crcBytes         5786 drivers/scsi/FlashPoint.c 				temp_id_string[3] = crcBytes[1];