Lines Matching defs:blogic_autoscsi

547 struct blogic_autoscsi {  struct
548 unsigned char factory_sig[2]; /* Bytes 0-1 */
549 unsigned char info_bytes; /* Byte 2 */
550 unsigned char adapter_type[6]; /* Bytes 3-8 */
551 unsigned char:8; /* Byte 9 */
552 bool floppy:1; /* Byte 10 Bit 0 */
553 bool floppy_sec:1; /* Byte 10 Bit 1 */
554 bool level_int:1; /* Byte 10 Bit 2 */
555 unsigned char:2; /* Byte 10 Bits 3-4 */
556 unsigned char systemram_bios:3; /* Byte 10 Bits 5-7 */
557 unsigned char dma_ch:7; /* Byte 11 Bits 0-6 */
558 bool dma_autoconf:1; /* Byte 11 Bit 7 */
559 unsigned char irq_ch:7; /* Byte 12 Bits 0-6 */
560 bool irq_autoconf:1; /* Byte 12 Bit 7 */
561 unsigned char dma_tx_rate; /* Byte 13 */
562 unsigned char scsi_id; /* Byte 14 */
563 bool low_term:1; /* Byte 15 Bit 0 */
564 bool parity:1; /* Byte 15 Bit 1 */
565 bool high_term:1; /* Byte 15 Bit 2 */
566 bool noisy_cable:1; /* Byte 15 Bit 3 */
567 bool fast_sync_neg:1; /* Byte 15 Bit 4 */
568 bool reset_enabled:1; /* Byte 15 Bit 5 */
570 bool active_negation:1; /* Byte 15 Bit 7 */
571 unsigned char bus_on_delay; /* Byte 16 */
572 unsigned char bus_off_delay; /* Byte 17 */
573 bool bios_enabled:1; /* Byte 18 Bit 0 */
574 bool int19_redir_enabled:1; /* Byte 18 Bit 1 */
575 bool ext_trans_enable:1; /* Byte 18 Bit 2 */
576 bool removable_as_fixed:1; /* Byte 18 Bit 3 */
578 bool morethan2_drives:1; /* Byte 18 Bit 5 */
579 bool bios_int:1; /* Byte 18 Bit 6 */
580 bool floptical:1; /* Byte 19 Bit 7 */
581 unsigned short dev_enabled; /* Bytes 19-20 */
582 unsigned short wide_ok; /* Bytes 21-22 */
583 unsigned short fast_ok; /* Bytes 23-24 */
584 unsigned short sync_ok; /* Bytes 25-26 */
585 unsigned short discon_ok; /* Bytes 27-28 */
586 unsigned short send_start_unit; /* Bytes 29-30 */
587 unsigned short ignore_bios_scan; /* Bytes 31-32 */
588 unsigned char pci_int_pin:2; /* Byte 33 Bits 0-1 */
589 unsigned char adapter_ioport:2; /* Byte 33 Bits 2-3 */
590 bool strict_rr_enabled:1; /* Byte 33 Bit 4 */
591 bool vesabus_33mhzplus:1; /* Byte 33 Bit 5 */
592 bool vesa_burst_write:1; /* Byte 33 Bit 6 */
593 bool vesa_burst_read:1; /* Byte 33 Bit 7 */
594 unsigned short ultra_ok; /* Bytes 34-35 */
595 unsigned int:32; /* Bytes 36-39 */
596 unsigned char:8; /* Byte 40 */
597 unsigned char autoscsi_maxlun; /* Byte 41 */
622 struct blogic_autoscsi_byte45 { argument