Home
last modified time | relevance | path

Searched refs:PORT_CMD_POWER_ON (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h104 #define PORT_CMD_POWER_ON (1 << 2) /* Power up device */ macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h176 #define PORT_CMD_POWER_ON (1 << 2) /* Power up device */ macro
H A Dahci.c1680 pr->cmd = PORT_CMD_SPIN_UP | PORT_CMD_POWER_ON; in ahci_reset()
/openbmc/linux/drivers/ata/
H A Dahci.h178 PORT_CMD_POWER_ON = BIT(2), /* Power up device */ enumerator
/openbmc/u-boot/drivers/ata/
H A Dahci.c621 PORT_CMD_POWER_ON | PORT_CMD_SPIN_UP | in ahci_port_start()
H A Ddwc_ahsata.c503 PORT_CMD_POWER_ON | PORT_CMD_SPIN_UP | in ahci_port_start()