Home
last modified time | relevance | path

Searched refs:smart_enabled (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h136 uint8_t smart_enabled; member
/openbmc/qemu/hw/ide/
H A Dcore.c1911 if (!s->smart_enabled && s->feature != SMART_ENABLE) { in cmd_smart()
1917 s->smart_enabled = 0; in cmd_smart()
1921 s->smart_enabled = 1; in cmd_smart()
2622 s->smart_enabled = 1; in ide_init_drive()