Searched defs:fpoint_info (Results 1 – 1 of 1) sorted by relevance
940 struct fpoint_info { struct941 u32 base_addr; /* Bytes 0-3 */942 bool present; /* Byte 4 */943 unsigned char irq_ch; /* Byte 5 */944 unsigned char scsi_id; /* Byte 6 */945 unsigned char scsi_lun; /* Byte 7 */946 u16 fw_rev; /* Bytes 8-9 */947 u16 sync_ok; /* Bytes 10-11 */948 u16 fast_ok; /* Bytes 12-13 */949 u16 ultra_ok; /* Bytes 14-15 */[all …]