Searched refs:HOST_CTL_RESET (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/ide/ | ||
H A D | ahci-internal.h | 75 #define HOST_CTL_RESET (1 << 0) /* reset controller; self-clear */ macro |
H A D | ahci.c | 493 if (val & HOST_CTL_RESET) { in ahci_mem_write() |