Home
last modified time | relevance | path

Searched refs:IDEDrive (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h170 typedef struct IDEDrive { struct
172 } IDEDrive; argument
175 DEFINE_BLOCK_PROPERTIES(IDEDrive, dev.conf), \
176 DEFINE_BLOCK_ERROR_PROPERTIES(IDEDrive, dev.conf), \
177 DEFINE_PROP_STRING("ver", IDEDrive, dev.version), \
178 DEFINE_PROP_UINT64("wwn", IDEDrive, dev.wwn, 0), \
179 DEFINE_PROP_STRING("serial", IDEDrive, dev.serial),\
180 DEFINE_PROP_STRING("model", IDEDrive, dev.model)
/openbmc/qemu/hw/ide/
H A Dcf.c29 DEFINE_BLOCK_CHS_PROPERTIES(IDEDrive, dev.conf),
31 IDEDrive, dev.chs_trans, BIOS_ATA_TRANSLATION_AUTO),
49 .instance_size = sizeof(IDEDrive),
H A Dide-dev.c196 DEFINE_BLOCK_CHS_PROPERTIES(IDEDrive, dev.conf),
198 IDEDrive, dev.chs_trans, BIOS_ATA_TRANSLATION_AUTO),
199 DEFINE_PROP_UINT16("rotation_rate", IDEDrive, dev.rotation_rate, 0),
217 .instance_size = sizeof(IDEDrive),
240 .instance_size = sizeof(IDEDrive),