Searched refs:chip_flags (Results 1 – 25 of 29) sorted by relevance
12
| /linux/drivers/irqchip/ |
| H A D | irq-msi-lib.c | 96 if (!chip->irq_eoi && (pops->chip_flags & MSI_CHIP_FLAG_SET_EOI)) in msi_lib_init_dev_msi_info() 98 if (!chip->irq_ack && (pops->chip_flags & MSI_CHIP_FLAG_SET_ACK)) in msi_lib_init_dev_msi_info()
|
| H A D | irq-gic-its-msi-parent.c | 317 .chip_flags = MSI_CHIP_FLAG_SET_EOI, 327 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| H A D | irq-sg2042-msi.c | 204 .chip_flags = MSI_CHIP_FLAG_SET_ACK, 223 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
|
| H A D | irq-mvebu-odmi.c | 160 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| H A D | irq-alpine-msi.c | 157 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| H A D | irq-mvebu-gicp.c | 164 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| H A D | irq-loongson-pch-msi.c | 149 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
|
| H A D | irq-riscv-imsic-platform.c | 302 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| H A D | irq-bcm2712-mip.c | 166 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
|
| H A D | irq-gic-v3-mbi.c | 200 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| H A D | irq-imx-mu-msi.c | 217 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
|
| H A D | irq-mvebu-sei.c | 359 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
|
| H A D | irq-gic-v2m.c | 260 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | epic100.c | 267 int chip_id, chip_flags; member 419 ep->chip_flags = pci_id_tbl[chip_idx].drv_flags; in epic_init_one() 421 (ep->chip_flags & TYPE2_INTR ? PCIBusErr175 : PCIBusErr170) in epic_init_one() 447 } else if ( ! (ep->chip_flags & NO_MII)) { in epic_init_one() 457 if (ep->chip_flags & MII_PWRDWN) in epic_init_one() 666 if (ep->chip_flags & MII_PWRDWN) in epic_open() 723 ((ep->chip_flags & TYPE2_INTR) ? PCIBusErr175 : PCIBusErr170) | in epic_open() 790 if (ep->chip_flags & MII_PWRDWN) in epic_restart() 810 ((ep->chip_flags & TYPE2_INTR) ? PCIBusErr175 : PCIBusErr170) | in epic_restart()
|
| /linux/arch/x86/hyperv/ |
| H A D | irqdomain.c | 327 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| /linux/include/linux/ |
| H A D | msi.h | 620 u32 chip_flags; member
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | msi.c | 529 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| /linux/drivers/pci/controller/plda/ |
| H A D | pcie-plda-host.c | 147 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-apple.c | 676 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
|
| H A D | pcie-rcar-host.c | 700 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| H A D | pcie-aspeed.c | 677 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| H A D | pcie-mediatek.c | 493 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| H A D | pcie-mediatek-gen3.c | 554 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| H A D | pcie-rzg3s-host.c | 623 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
| H A D | pcie-brcmstb.c | 542 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
|
12