Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dide-dev.h137 uint8_t smart_autosave; member
/openbmc/qemu/hw/ide/
H A Dcore.c1927 s->smart_autosave = 0; in cmd_smart()
1930 s->smart_autosave = 1; in cmd_smart()
1978 s->io_buffer[362] = 0x02 | (s->smart_autosave ? 0x80 : 0x00); in cmd_smart()
2623 s->smart_autosave = 1; in ide_init_drive()