Searched defs:blogic_adapter_info (Results 1 – 1 of 1) sorted by relevance
482 struct blogic_adapter_info { struct483 enum blogic_isa_ioport isa_port; /* Byte 0 */484 unsigned char irq_ch; /* Byte 1 */485 bool low_term:1; /* Byte 2 Bit 0 */486 bool high_term:1; /* Byte 2 Bit 1 */487 unsigned char:2; /* Byte 2 Bits 2-3 */488 bool JP1:1; /* Byte 2 Bit 4 */489 bool JP2:1; /* Byte 2 Bit 5 */490 bool JP3:1; /* Byte 2 Bit 6 */491 bool genericinfo_valid:1; /* Byte 2 Bit 7 */[all …]