Lines Matching defs:fpoint_info
955 struct fpoint_info { struct
956 u32 base_addr; /* Bytes 0-3 */
957 bool present; /* Byte 4 */
958 unsigned char irq_ch; /* Byte 5 */
959 unsigned char scsi_id; /* Byte 6 */
960 unsigned char scsi_lun; /* Byte 7 */
961 u16 fw_rev; /* Bytes 8-9 */
962 u16 sync_ok; /* Bytes 10-11 */
963 u16 fast_ok; /* Bytes 12-13 */
964 u16 ultra_ok; /* Bytes 14-15 */
965 u16 discon_ok; /* Bytes 16-17 */
966 u16 wide_ok; /* Bytes 18-19 */
967 bool parity:1; /* Byte 20 Bit 0 */
968 bool wide:1; /* Byte 20 Bit 1 */
969 bool softreset:1; /* Byte 20 Bit 2 */
970 bool ext_trans_enable:1; /* Byte 20 Bit 3 */
971 bool low_term:1; /* Byte 20 Bit 4 */
972 bool high_term:1; /* Byte 20 Bit 5 */
973 bool report_underrun:1; /* Byte 20 Bit 6 */
974 bool scam_enabled:1; /* Byte 20 Bit 7 */
975 bool scam_lev2:1; /* Byte 21 Bit 0 */
976 unsigned char:7; /* Byte 21 Bits 1-7 */
977 unsigned char family; /* Byte 22 */
978 unsigned char bus_type; /* Byte 23 */
979 unsigned char model[3]; /* Bytes 24-26 */
980 unsigned char relative_cardnum; /* Byte 27 */
981 unsigned char rsvd[4]; /* Bytes 28-31 */
982 u32 os_rsvd; /* Bytes 32-35 */
983 unsigned char translation_info[4]; /* Bytes 36-39 */
984 u32 rsvd2[5]; /* Bytes 40-59 */
985 u32 sec_range; /* Bytes 60-63 */