Home
last modified time | relevance | path

Searched refs:DEF_PORT_IRQ (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h163 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR | enumerator
H A Ddwc_ahsata.c251 writel(DEF_PORT_IRQ, &port_mmio->ie); in ahci_host_init()
/openbmc/u-boot/include/
H A Dahci.h87 #define DEF_PORT_IRQ PORT_IRQ_FATAL | PORT_IRQ_PHYRDY \ macro
/openbmc/qemu/hw/ide/
H A Dahci-internal.h166 #define DEF_PORT_IRQ (PORT_IRQ_ERROR | PORT_IRQ_SG_DONE | \ macro
/openbmc/linux/drivers/ata/
H A Dahci.h160 DEF_PORT_IRQ = PORT_IRQ_ERROR | PORT_IRQ_SG_DONE | enumerator
H A Dacard-ahci.c343 pp->intr_mask = DEF_PORT_IRQ; in acard_ahci_port_start()
H A Dsata_sil24.c168 DEF_PORT_IRQ = PORT_IRQ_COMPLETE | PORT_IRQ_ERROR | enumerator
966 writel(DEF_PORT_IRQ, port + PORT_IRQ_ENABLE_SET); in sil24_thaw()
H A Dlibahci.c2563 pp->intr_mask = DEF_PORT_IRQ; in ahci_port_start()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c87 #define DEF_PORT_IRQ \ macro
353 writel(DEF_PORT_IRQ, port->mmio + PORT_IRQ_MASK); in mtip_init_port()