OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slot_addend
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
piix_pci.c
53
int
slot_addend
;
local
54
slot_addend
= (pci_dev->devfn >> 3) - 1;
55
return (irq_num +
slot_addend
) & 3;
/external/qemu-pc-bios/bochs/bios/
rombios32.c
786
int
slot_addend
;
local
787
slot_addend
= (pci_dev->devfn >> 3) - 1;
788
return (irq_num +
slot_addend
) & 3;
[
all
...]
Completed in 4335 milliseconds