Home
last modified time | relevance | path

Searched defs:PORT_CMD_SPIN_UP (Results 1 – 3 of 3) 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
/openbmc/linux/drivers/ata/
H A Dahci.h179 PORT_CMD_SPIN_UP = BIT(1), /* Spin up device */ enumerator