Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dide-internal.h56 #define IDE_CTRL_RESET 0x04 macro
H A Dcore.c2353 bus->cmd &= ~IDE_CTRL_RESET; in ide_bus_perform_srst()
2366 if (!(bus->cmd & IDE_CTRL_RESET) && (val & IDE_CTRL_RESET)) { in ide_ctrl_write()