Searched refs:unused_IRQ (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_pci.c31 static u16 unused_IRQ; variable
1192 unused_IRQ = readl(rom_resource_table + UNUSED_IRQ);
1193 dbg("unused_IRQ = %x\n", unused_IRQ);
1196 while (unused_IRQ) {
1197 if (unused_IRQ & 1) {
1201 unused_IRQ = unused_IRQ >> 1;
1206 unused_IRQ = unused_IRQ >>
[all...]
H A Dcpqphp.h172 u16 unused_IRQ; member in struct:hrt
188 UNUSED_IRQ = offsetof(struct hrt, unused_IRQ),

Completed in 118 milliseconds