Home
last modified time | relevance | path

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

/arch/x86/lib/
A Dbios.c262 u32 num_dev; in bios_run_on_x86() local
264 num_dev = PCI_BUS(pcidev) << 8 | PCI_DEV(pcidev) << 3 | in bios_run_on_x86()
282 debug("Calling Option ROM at %lx, pci device %#x...", addr, num_dev); in bios_run_on_x86()
285 realmode_call(addr + 0x0003, num_dev, 0xffff, 0x0000, 0xffff, 0x0, in bios_run_on_x86()

Completed in 9 milliseconds