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