Home
last modified time | relevance | path

Searched refs:PORT_IRQ_CONNECT (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h76 #define PORT_IRQ_CONNECT (1 << 6) /* port connect change status */ macro
88 | PORT_IRQ_CONNECT | PORT_IRQ_SG_DONE \
/openbmc/qemu/hw/ide/
H A Dahci_internal.h153 #define PORT_IRQ_CONNECT (1 << 6) /* port connect change status */ macro
162 PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY | \
/openbmc/linux/drivers/ata/
H A Dahci.h143 PORT_IRQ_CONNECT = BIT(6), /* port connect change status */ enumerator
153 PORT_IRQ_CONNECT |
H A Dlibahci.c1845 if (irq_stat & (PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)) { in ahci_error_intr()
1848 irq_stat & PORT_IRQ_CONNECT ? in ahci_error_intr()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c77 (PORT_IRQ_HBUS_ERR | PORT_IRQ_IF_ERR | PORT_IRQ_CONNECT | \
86 PORT_IRQ_CONNECT | PORT_IRQ_PHYRDY)
702 if (unlikely(port_stat & PORT_IRQ_CONNECT)) { in mtip_process_errors()