Home
last modified time | relevance | path

Searched defs:PORT_IRQ_UNK_FIS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h79 #define PORT_IRQ_UNK_FIS (1 << 4) /* unknown FIS rx'd */ macro
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.h157 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */ enumerator
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h145 PORT_IRQ_UNK_FIS = (1 << 4), /* unknown FIS rx'd */ enumerator
H A Dsata_sil24.c161 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */ enumerator