Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h100 #define PORT_CMD_ATAPI (1 << 24) /* Device is ATAPI */ macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h167 PORT_CMD_ATAPI = (1 << 24), /* Device is ATAPI */ enumerator