Home
last modified time | relevance | path

Searched defs:BusLogic_SetupInformation (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/scsi/
DBusLogic.h450 struct BusLogic_SetupInformation { struct
451 bool SynchronousInitiationEnabled:1; /* Byte 0 Bit 0 */
452 bool ParityCheckingEnabled:1; /* Byte 0 Bit 1 */
453 unsigned char:6; /* Byte 0 Bits 2-7 */
454 unsigned char BusTransferRate; /* Byte 1 */
455 unsigned char PreemptTimeOnBus; /* Byte 2 */
456 unsigned char TimeOffBus; /* Byte 3 */
457 unsigned char MailboxCount; /* Byte 4 */
458 unsigned char MailboxAddress[3]; /* Bytes 5-7 */
459 struct BusLogic_SynchronousValue SynchronousValuesID0to7[8]; /* Bytes 8-15 */
[all …]