Home
last modified time | relevance | path

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