Searched defs:BusLogic_PCIHostAdapterInformation (Results 1 – 1 of 1) sorted by relevance
500 struct BusLogic_PCIHostAdapterInformation { struct501 enum BusLogic_ISACompatibleIOPort ISACompatibleIOPort; /* Byte 0 */502 unsigned char PCIAssignedIRQChannel; /* Byte 1 */503 bool LowByteTerminated:1; /* Byte 2 Bit 0 */504 bool HighByteTerminated:1; /* Byte 2 Bit 1 */505 unsigned char:2; /* Byte 2 Bits 2-3 */506 bool JP1:1; /* Byte 2 Bit 4 */507 bool JP2:1; /* Byte 2 Bit 5 */508 bool JP3:1; /* Byte 2 Bit 6 */509 bool GenericInfoValid:1;/* Byte 2 Bit 7 */[all …]