Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/txx9/generic/
Dpci.c33 struct pci_bus fake_bus; in early_read_config_word() local
35 fake_dev.bus = &fake_bus; in early_read_config_word()
38 fake_bus.number = bus; in early_read_config_word()
39 fake_bus.sysdata = hose; in early_read_config_word()
40 fake_bus.ops = hose->pci_ops; in early_read_config_word()
44 fake_bus.parent = &fake_bus; in early_read_config_word()
46 fake_bus.parent = NULL; in early_read_config_word()