Home
last modified time | relevance | path

Searched refs:PORT_IRQ_SG_DONE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h78 #define PORT_IRQ_SG_DONE (1 << 5) /* descriptor processed */ macro
89 | PORT_IRQ_CONNECT | PORT_IRQ_SG_DONE \
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h144 PORT_IRQ_SG_DONE = (1 << 5), /* descriptor processed */ enumerator
160 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE |