Lines Matching defs:blogic_config
412 struct blogic_config { struct
413 unsigned char:5; /* Byte 0 Bits 0-4 */
414 bool dma_ch5:1; /* Byte 0 Bit 5 */
415 bool dma_ch6:1; /* Byte 0 Bit 6 */
416 bool dma_ch7:1; /* Byte 0 Bit 7 */
417 bool irq_ch9:1; /* Byte 1 Bit 0 */
418 bool irq_ch10:1; /* Byte 1 Bit 1 */
419 bool irq_ch11:1; /* Byte 1 Bit 2 */
420 bool irq_ch12:1; /* Byte 1 Bit 3 */
421 unsigned char:1; /* Byte 1 Bit 4 */
422 bool irq_ch14:1; /* Byte 1 Bit 5 */
423 bool irq_ch15:1; /* Byte 1 Bit 6 */
424 unsigned char:1; /* Byte 1 Bit 7 */
425 unsigned char id:4; /* Byte 2 Bits 0-3 */
426 unsigned char:4; /* Byte 2 Bits 4-7 */