Lines Matching defs:blogic_config
405 struct blogic_config { struct
406 unsigned char:5; /* Byte 0 Bits 0-4 */
407 bool dma_ch5:1; /* Byte 0 Bit 5 */
408 bool dma_ch6:1; /* Byte 0 Bit 6 */
409 bool dma_ch7:1; /* Byte 0 Bit 7 */
410 bool irq_ch9:1; /* Byte 1 Bit 0 */
411 bool irq_ch10:1; /* Byte 1 Bit 1 */
412 bool irq_ch11:1; /* Byte 1 Bit 2 */
413 bool irq_ch12:1; /* Byte 1 Bit 3 */
414 unsigned char:1; /* Byte 1 Bit 4 */
415 bool irq_ch14:1; /* Byte 1 Bit 5 */
416 bool irq_ch15:1; /* Byte 1 Bit 6 */
417 unsigned char:1; /* Byte 1 Bit 7 */
418 unsigned char id:4; /* Byte 2 Bits 0-3 */
419 unsigned char:4; /* Byte 2 Bits 4-7 */