Searched refs:PORT_CMD_POWER_ON (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/ide/ | ||
H A D | ahci-internal.h | 175 #define PORT_CMD_POWER_ON (1 << 2) /* Power up device */ macro |
H A D | ahci.c | 1649 pr->cmd = PORT_CMD_SPIN_UP | PORT_CMD_POWER_ON; in ahci_reset() |