Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dpirq_routing.h23 #define PIRQ_SIGNATURE \ macro
/openbmc/linux/arch/x86/pci/
H A Dirq.c25 #define PIRQ_SIGNATURE (('$' << 0) + ('P' << 8) + ('I' << 16) + ('R' << 24)) macro