Home
last modified time | relevance | path

Searched refs:chip_flags (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/irqchip/
H A Dirq-msi-lib.c96 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 Dirq-gic-v3-its-msi-parent.c206 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-mvebu-odmi.c160 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-mvebu-gicp.c164 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-sg2042-msi.c154 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
H A Dirq-loongson-pch-msi.c149 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
H A Dirq-gic-v3-mbi.c200 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-riscv-imsic-platform.c302 .chip_flags = MSI_CHIP_FLAG_SET_ACK,
H A Dirq-bcm2712-mip.c166 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
H A Dirq-imx-mu-msi.c217 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
H A Dirq-gic-v2m.c255 .chip_flags = MSI_CHIP_FLAG_SET_EOI,
H A Dirq-mvebu-sei.c359 .chip_flags = MSI_CHIP_FLAG_SET_EOI | MSI_CHIP_FLAG_SET_ACK,
/linux-6.15/drivers/net/ethernet/smsc/
H A Depic100.c275 int chip_id, chip_flags; member
432 ep->chip_flags = pci_id_tbl[chip_idx].drv_flags; in epic_init_one()
434 (ep->chip_flags & TYPE2_INTR ? PCIBusErr175 : PCIBusErr170) in epic_init_one()
460 } else if ( ! (ep->chip_flags & NO_MII)) { in epic_init_one()
470 if (ep->chip_flags & MII_PWRDWN) in epic_init_one()
679 if (ep->chip_flags & MII_PWRDWN) in epic_open()
736 ((ep->chip_flags & TYPE2_INTR) ? PCIBusErr175 : PCIBusErr170) | in epic_open()
803 if (ep->chip_flags & MII_PWRDWN) in epic_restart()
823 ((ep->chip_flags & TYPE2_INTR) ? PCIBusErr175 : PCIBusErr170) | in epic_restart()
/linux-6.15/include/linux/
H A Dmsi.h608 u32 chip_flags; member
/linux-6.15/drivers/net/ethernet/realtek/
H A D8139too.c499 enum chip_flags { enum