Home
last modified time | relevance | path

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

/linux/arch/mips/txx9/generic/
A Dpci.c32 struct pci_bus fake_bus; in early_read_config_word() local
34 fake_bus.number = bus; in early_read_config_word()
35 fake_bus.sysdata = hose; in early_read_config_word()
36 fake_bus.ops = hose->pci_ops; in early_read_config_word()
40 fake_bus.parent = &fake_bus; in early_read_config_word()
42 fake_bus.parent = NULL; in early_read_config_word()
44 return pci_bus_read_config_word(&fake_bus, devfn, offset, value); in early_read_config_word()

Completed in 4 milliseconds