Searched defs:IDEState (Results 1 – 2 of 2) sorted by relevance
28 typedef struct IDEState IDEState; typedef54 struct IDEState { struct55 IDEBus *bus;56 uint8_t unit;58 IDEDriveKind drive_kind;59 int drive_heads, drive_sectors;60 int cylinders, heads, sectors, chs_trans;61 int64_t nb_sectors;62 int mult_sectors;63 int identify_set;[all …]
7 typedef struct IDEState IDEState; typedef