Home
last modified time | relevance | path

Searched defs:PORT_CMD_ATAPI (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h99 #define PORT_CMD_ATAPI (1 << 24) /* Device is ATAPI */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h167 PORT_CMD_ATAPI = BIT(24), /* Device is ATAPI */ enumerator
/openbmc/qemu/hw/ide/
H A Dahci_internal.h171 #define PORT_CMD_ATAPI (1 << 24) /* Device is ATAPI */ macro