Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
DBusLogic.h547 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 */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/
DBusLogic.h539 struct blogic_autoscsi { struct
540 unsigned char factory_sig[2]; /* Bytes 0-1 */
541 unsigned char info_bytes; /* Byte 2 */
542 unsigned char adapter_type[6]; /* Bytes 3-8 */
543 unsigned char:8; /* Byte 9 */
544 bool floppy:1; /* Byte 10 Bit 0 */
545 bool floppy_sec:1; /* Byte 10 Bit 1 */
546 bool level_int:1; /* Byte 10 Bit 2 */
547 unsigned char:2; /* Byte 10 Bits 3-4 */
548 unsigned char systemram_bios:3; /* Byte 10 Bits 5-7 */
[all …]