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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.c263 unsigned int first_bus, first_devfn; local
273 first_bus = 0;
278 first_bus = dev->bus;
281 pcibios_read_config_byte(first_bus, first_devfn & ~0x7,
295 for (bus = first_bus; bus < buses; ++bus) {
383 first_bus = 0;

Completed in 23 milliseconds