Searched defs:blogic_setup_info (Results 1 – 2 of 2) sorted by relevance
432 struct blogic_setup_info { struct433 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 */[all …]
424 struct blogic_setup_info { struct425 bool sync:1; /* Byte 0 Bit 0 */426 bool parity:1; /* Byte 0 Bit 1 */427 unsigned char:6; /* Byte 0 Bits 2-7 */428 unsigned char tx_rate; /* Byte 1 */429 unsigned char preempt_time; /* Byte 2 */430 unsigned char timeoff_bus; /* Byte 3 */431 unsigned char mbox_count; /* Byte 4 */432 unsigned char mbox_addr[3]; /* Bytes 5-7 */433 struct blogic_syncval sync0to7[8]; /* Bytes 8-15 */[all …]