Searched defs:blogic_setup_info (Results 1 – 1 of 1) sorted by relevance
439 struct blogic_setup_info { struct440 bool sync:1; /* Byte 0 Bit 0 */441 bool parity:1; /* Byte 0 Bit 1 */442 unsigned char:6; /* Byte 0 Bits 2-7 */443 unsigned char tx_rate; /* Byte 1 */444 unsigned char preempt_time; /* Byte 2 */445 unsigned char timeoff_bus; /* Byte 3 */446 unsigned char mbox_count; /* Byte 4 */447 unsigned char mbox_addr[3]; /* Bytes 5-7 */448 struct blogic_syncval sync0to7[8]; /* Bytes 8-15 */[all …]