Searched defs:fpoint_info (Results 1 – 1 of 1) sorted by relevance
955 struct fpoint_info { struct956 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 */[all …]