Home
last modified time | relevance | path

Searched defs:IDEState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h28 typedef struct IDEState IDEState; typedef
54 struct IDEState { struct
55 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 …]
H A Dide-dma.h7 typedef struct IDEState IDEState; typedef