Home
last modified time | relevance | path

Searched refs:PORT_IRQ_UNK_FIS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.h157 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */ enumerator
166 PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_NOTIFY,
/OK3568_Linux_fs/u-boot/include/
H A Dahci.h79 #define PORT_IRQ_UNK_FIS (1 << 4) /* unknown FIS rx'd */ macro
90 | PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_FIS \
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h145 PORT_IRQ_UNK_FIS = (1 << 4), /* unknown FIS rx'd */ enumerator
155 PORT_IRQ_UNK_FIS |
H A Dsata_sil24.c161 PORT_IRQ_UNK_FIS = (1 << 6), /* unknown FIS received */ enumerator
170 PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_NOTIFY,
1004 if (irq_stat & PORT_IRQ_UNK_FIS) { in sil24_error_intr()
H A Dlibahci.c1756 if (irq_stat & PORT_IRQ_UNK_FIS) { in ahci_error_intr()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c79 PORT_IRQ_PHYRDY | PORT_IRQ_UNK_FIS | PORT_IRQ_BAD_PMP | \