Lines Matching defs:BusLogic_ExtendedSetupInformation
517 struct BusLogic_ExtendedSetupInformation { struct
518 unsigned char BusType; /* Byte 0 */
519 unsigned char BIOS_Address; /* Byte 1 */
520 unsigned short ScatterGatherLimit; /* Bytes 2-3 */
521 unsigned char MailboxCount; /* Byte 4 */
522 u32 BaseMailboxAddress; /* Bytes 5-8 */
523 struct {
529 } Misc;
530 unsigned char FirmwareRevision[3]; /* Bytes 10-12 */
531 bool HostWideSCSI:1; /* Byte 13 Bit 0 */
532 bool HostDifferentialSCSI:1; /* Byte 13 Bit 1 */
533 bool HostSupportsSCAM:1; /* Byte 13 Bit 2 */
534 bool HostUltraSCSI:1; /* Byte 13 Bit 3 */
535 bool HostSmartTermination:1; /* Byte 13 Bit 4 */
536 unsigned char:3; /* Byte 13 Bits 5-7 */