Home
last modified time | relevance | path

Searched defs:irq_router (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dirq.h46 struct irq_router { struct
47 int config;
48 u32 link_base;
49 int link_num;
50 bool has_regmap;
51 struct pirq_regmap *regmap;
52 u16 irq_mask;
53 u32 bdf;
54 u32 ibase;
55 bool actl_8bit;
[all …]
/openbmc/linux/arch/x86/pci/
H A Dirq.c50 struct irq_router { struct
62 int (*probe)(struct irq_router *r, struct pci_dev *router, u16 device); argument