Home
last modified time | relevance | path

Searched refs:AMD756_LEGAL_IRQ (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/i386/pci/
H A Damd756.c159 if (AMD756_LEGAL_LINK(clink) == 0 || AMD756_LEGAL_IRQ(irq) == 0) in amd756_set_intr()
178 if (AMD756_LEGAL_IRQ(irq) == 0) in amd756_get_trigger()
203 if (AMD756_LEGAL_IRQ(irq) == 0) in amd756_set_trigger()
H A Damd756reg.h73 #define AMD756_LEGAL_IRQ(irq) \ macro