Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h157 PORT_IRQ_DEV_XCHG = (1 << 7), /* device exchanged */ enumerator
164 PORT_IRQ_PHYRDY_CHG | PORT_IRQ_DEV_XCHG |
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c162 PORT_IRQ_DEV_XCHG = (1 << 7), /* device exchanged */ enumerator
169 PORT_IRQ_PHYRDY_CHG | PORT_IRQ_DEV_XCHG |
995 if (irq_stat & (PORT_IRQ_PHYRDY_CHG | PORT_IRQ_DEV_XCHG)) { in sil24_error_intr()