Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.h155 PORT_IRQ_PHYRDY_CHG = (1 << 4), /* PHY ready change */ enumerator
165 PORT_IRQ_PHYRDY_CHG | PORT_IRQ_DEV_XCHG |
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_sil24.c159 PORT_IRQ_PHYRDY_CHG = (1 << 4), /* PHY ready change */ enumerator
169 PORT_IRQ_PHYRDY_CHG | PORT_IRQ_DEV_XCHG |
996 if (irq_stat & (PORT_IRQ_PHYRDY_CHG | PORT_IRQ_DEV_XCHG)) { in sil24_error_intr()
999 irq_stat & PORT_IRQ_PHYRDY_CHG ? in sil24_error_intr()