Lines Matching defs:BusLogic_Configuration
423 struct BusLogic_Configuration { struct
424 unsigned char:5; /* Byte 0 Bits 0-4 */
425 bool DMA_Channel5:1; /* Byte 0 Bit 5 */
426 bool DMA_Channel6:1; /* Byte 0 Bit 6 */
427 bool DMA_Channel7:1; /* Byte 0 Bit 7 */
428 bool IRQ_Channel9:1; /* Byte 1 Bit 0 */
429 bool IRQ_Channel10:1; /* Byte 1 Bit 1 */
430 bool IRQ_Channel11:1; /* Byte 1 Bit 2 */
431 bool IRQ_Channel12:1; /* Byte 1 Bit 3 */
432 unsigned char:1; /* Byte 1 Bit 4 */
433 bool IRQ_Channel14:1; /* Byte 1 Bit 5 */
434 bool IRQ_Channel15:1; /* Byte 1 Bit 6 */
435 unsigned char:1; /* Byte 1 Bit 7 */
436 unsigned char HostAdapterID:4; /* Byte 2 Bits 0-3 */
437 unsigned char:4; /* Byte 2 Bits 4-7 */