Lines Matching defs:blogic_ext_setup
499 struct blogic_ext_setup { struct
500 unsigned char bus_type; /* Byte 0 */
501 unsigned char bios_addr; /* Byte 1 */
502 unsigned short sg_limit; /* Bytes 2-3 */
503 unsigned char mbox_count; /* Byte 4 */
504 u32 base_mbox_addr; /* Bytes 5-8 */
505 struct {
511 } misc;
512 unsigned char fw_rev[3]; /* Bytes 10-12 */
513 bool wide:1; /* Byte 13 Bit 0 */
514 bool differential:1; /* Byte 13 Bit 1 */
515 bool scam:1; /* Byte 13 Bit 2 */
516 bool ultra:1; /* Byte 13 Bit 3 */
517 bool smart_term:1; /* Byte 13 Bit 4 */
518 unsigned char:3; /* Byte 13 Bits 5-7 */