Lines Matching defs:blogic_setup_info
432 struct blogic_setup_info { struct
433 bool sync:1; /* Byte 0 Bit 0 */
434 bool parity:1; /* Byte 0 Bit 1 */
435 unsigned char:6; /* Byte 0 Bits 2-7 */
436 unsigned char tx_rate; /* Byte 1 */
437 unsigned char preempt_time; /* Byte 2 */
438 unsigned char timeoff_bus; /* Byte 3 */
439 unsigned char mbox_count; /* Byte 4 */
440 unsigned char mbox_addr[3]; /* Bytes 5-7 */
441 struct blogic_syncval sync0to7[8]; /* Bytes 8-15 */
442 unsigned char disconnect_ok0to7; /* Byte 16 */
443 unsigned char sig; /* Byte 17 */
444 unsigned char char_d; /* Byte 18 */
445 unsigned char bus_type; /* Byte 19 */
446 unsigned char wide_tx_ok0to7; /* Byte 20 */
447 unsigned char wide_tx_active0to7; /* Byte 21 */
448 struct blogic_syncval sync8to15[8]; /* Bytes 22-29 */
449 unsigned char disconnect_ok8to15; /* Byte 30 */
450 unsigned char:8; /* Byte 31 */
451 unsigned char wide_tx_ok8to15; /* Byte 32 */
452 unsigned char wide_tx_active8to15; /* Byte 33 */