Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/
DBusLogic.h423 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 */
[all …]