Searched defs:blogic_adapter_info (Results 1 – 1 of 1) sorted by relevance
489 struct blogic_adapter_info { struct490 enum blogic_isa_ioport isa_port; /* Byte 0 */491 unsigned char irq_ch; /* Byte 1 */492 bool low_term:1; /* Byte 2 Bit 0 */493 bool high_term:1; /* Byte 2 Bit 1 */494 unsigned char:2; /* Byte 2 Bits 2-3 */495 bool JP1:1; /* Byte 2 Bit 4 */496 bool JP2:1; /* Byte 2 Bit 5 */497 bool JP3:1; /* Byte 2 Bit 6 */498 bool genericinfo_valid:1; /* Byte 2 Bit 7 */[all …]