Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h161 PORT_IRQ_SDB_NOTIFY = (1 << 11), /* SDB notify received */ enumerator
165 PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_NOTIFY,
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c166 PORT_IRQ_SDB_NOTIFY = (1 << 11), /* SDB notify received */ enumerator
170 PORT_IRQ_UNK_FIS | PORT_IRQ_SDB_NOTIFY,
990 if (irq_stat & PORT_IRQ_SDB_NOTIFY) { in sil24_error_intr()