Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci_internal.h75 #define HOST_CTL_RESET (1 << 0) /* reset controller; self-clear */ macro
H A Dahci.c491 if (val & HOST_CTL_RESET) { in ahci_mem_write()