• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/

Lines Matching refs:top_bus

26  * - Add a top_bus argument to the "early config" functions so that
60 int top_bus, int busnr, int devfn)
71 if(busnr != top_bus)
82 int top_bus, int bus, int devfn, int offset, type value) \
85 fake_pci_dev(hose, top_bus, bus, devfn), \
107 int top_bus,
122 early_read_config_dword(hose, top_bus,
129 early_write_config_dword(hose, top_bus,
135 early_read_config_dword(hose, top_bus,
146 early_write_config_dword(hose, top_bus,
220 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
233 early_write_config_dword(hose, top_bus,
249 int top_bus,
255 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
257 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
259 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
269 early_write_config_word(hose, top_bus, current_bus, pci_devfn,
271 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
273 early_write_config_word(hose, top_bus, current_bus, pci_devfn,
277 early_write_config_word(hose, top_bus, current_bus, pci_devfn,
279 early_write_config_word(hose, top_bus, current_bus, pci_devfn,
285 int top_bus,
301 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
305 early_write_config_word(hose, top_bus, current_bus, pci_devfn,
307 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
309 early_write_config_word(hose, top_bus, current_bus, pci_devfn,
319 early_read_config_dword(hose, top_bus, current_bus, pci_devfn,
321 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
328 int top_bus,
334 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
336 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
338 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
347 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
349 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
355 int top_bus,
377 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
400 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
402 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
406 early_read_config_dword(hose, top_bus, current_bus, pci_devfn,
408 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
416 pciauto_bus_scan(struct pci_channel *hose, int top_bus, int current_bus)
437 early_read_config_word(hose, top_bus, current_bus, pci_devfn,
442 early_read_config_byte(hose, top_bus, current_bus, pci_devfn,
448 early_read_config_word(hose, top_bus, current_bus, pci_devfn,
451 early_read_config_dword(hose, top_bus, current_bus, pci_devfn,
464 pciauto_prescan_setup_bridge(hose, top_bus, current_bus,
469 sub_bus = pciauto_bus_scan(hose, top_bus, sub_bus+1);
471 pciauto_postscan_setup_bridge(hose, top_bus, current_bus,
479 pciauto_setup_bars(hose, top_bus, current_bus, pci_devfn, PCI_BASE_ADDRESS_0);
481 pciauto_prescan_setup_cardbus_bridge(hose, top_bus,
487 sub_bus = pciauto_bus_scan(hose, top_bus, sub_bus+1);
489 pciauto_postscan_setup_cardbus_bridge(hose, top_bus,
496 early_read_config_byte(hose, top_bus, current_bus,
508 early_read_config_dword(hose, top_bus, current_bus, pci_devfn,
510 early_write_config_dword(hose, top_bus, current_bus, pci_devfn,
515 early_write_config_byte(hose, top_bus, current_bus, pci_devfn,
520 pciauto_setup_bars(hose, top_bus, current_bus, pci_devfn, PCI_BASE_ADDRESS_5);