Home
last modified time | relevance | path

Searched refs:PORT_CMD_SPIN_UP (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h105 #define PORT_CMD_SPIN_UP (1 << 1) /* Spin up device */ macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h177 #define PORT_CMD_SPIN_UP (1 << 1) /* Spin 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.h179 PORT_CMD_SPIN_UP = BIT(1), /* Spin up device */ enumerator
H A Dlibahci.c799 cmd |= PORT_CMD_SPIN_UP; in ahci_power_up()
897 cmd &= ~PORT_CMD_SPIN_UP; in ahci_power_down()
/openbmc/u-boot/drivers/ata/
H A Dahci.c268 cmd |= PORT_CMD_SPIN_UP; in ahci_host_init()
621 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()