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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp588 int slot_addend; local
589 slot_addend = (uDevFn >> 3) - 1;
590 return (irq_num + slot_addend) & 3;

Completed in 50 milliseconds