Lines Matching defs:FlashPoint_Info
970 struct FlashPoint_Info { struct
971 u32 BaseAddress; /* Bytes 0-3 */
972 bool Present; /* Byte 4 */
973 unsigned char IRQ_Channel; /* Byte 5 */
974 unsigned char SCSI_ID; /* Byte 6 */
975 unsigned char SCSI_LUN; /* Byte 7 */
976 unsigned short FirmwareRevision; /* Bytes 8-9 */
977 unsigned short SynchronousPermitted; /* Bytes 10-11 */
978 unsigned short FastPermitted; /* Bytes 12-13 */
979 unsigned short UltraPermitted; /* Bytes 14-15 */
980 unsigned short DisconnectPermitted; /* Bytes 16-17 */
981 unsigned short WidePermitted; /* Bytes 18-19 */
982 bool ParityCheckingEnabled:1; /* Byte 20 Bit 0 */
983 bool HostWideSCSI:1; /* Byte 20 Bit 1 */
984 bool HostSoftReset:1; /* Byte 20 Bit 2 */
985 bool ExtendedTranslationEnabled:1; /* Byte 20 Bit 3 */
986 bool LowByteTerminated:1; /* Byte 20 Bit 4 */
987 bool HighByteTerminated:1; /* Byte 20 Bit 5 */
988 bool ReportDataUnderrun:1; /* Byte 20 Bit 6 */
989 bool SCAM_Enabled:1; /* Byte 20 Bit 7 */
990 bool SCAM_Level2:1; /* Byte 21 Bit 0 */
991 unsigned char:7; /* Byte 21 Bits 1-7 */
992 unsigned char Family; /* Byte 22 */
993 unsigned char BusType; /* Byte 23 */
994 unsigned char ModelNumber[3]; /* Bytes 24-26 */
995 unsigned char RelativeCardNumber; /* Byte 27 */
996 unsigned char Reserved[4]; /* Bytes 28-31 */
997 unsigned int OS_Reserved; /* Bytes 32-35 */
998 unsigned char TranslationInfo[4]; /* Bytes 36-39 */
999 unsigned int Reserved2[5]; /* Bytes 40-59 */
1000 unsigned int SecondaryRange; /* Bytes 60-63 */