Home
last modified time | relevance | path

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

/arch/sh/drivers/pci/
Dpci.c31 static struct pci_channel *hose_head, **hose_tail = &hose_head; variable
144 for (hose = hose_head; hose; hose = hose->next) in pcibios_init()
263 for (hose = hose_head; hose; hose = hose->next) { in pcibios_report_status()
265 pcibios_bus_report_status_early(hose, hose_head->index, in pcibios_report_status()
/arch/alpha/kernel/
Dpci-noop.c25 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
59 for (hose = hose_head; hose; hose = hose->next) in sys_pciconfig_iobase()
Dpci.c55 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
323 for (next_busno = 0, hose = hose_head; hose; hose = hose->next) { in common_init_pci()
358 for (hose = hose_head; hose; hose = hose->next) { in common_init_pci()
401 for(hose = hose_head; hose; hose = hose->next) in sys_pciconfig_iobase()
Dpci_impl.h174 extern struct pci_controller *hose_head, **hose_tail;
Dconsole.c83 for (hose = hose_head; hose; hose = hose->next) { in find_console_vga_hose()
Dcore_mcpcia.c437 for (hose = hose_head; hose; hose = hose->next) in mcpcia_init_hoses()
548 for (hose = hose_head; hose; hose = hose->next, iodpp++) { in mcpcia_print_system_area()
592 for (hose = hose_head; hose; hose = hose->next) in mcpcia_machine_check()
Dsys_rawhide.c172 for (hose = hose_head; hose; hose = hose->next) { in rawhide_init_irq()
Dsys_dp264.c534 hose_head->sg_isa->align_entry = 4; in webbrick_init_arch()
535 hose_head->sg_pci->align_entry = 4; in webbrick_init_arch()
Dsys_nautilus.c201 struct pci_controller *hose = hose_head; in nautilus_init_pci()
Dcore_titan.c475 for (hose = hose_head; hose; hose = hose->next) in titan_ioremap()
749 for (hose = hose_head; hose; hose = hose->next) in titan_agp_info()
Dsetup.c245 if (hose_head) { in reserve_std_resources()
247 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources()
Dcore_marvel.c696 for (hose = hose_head; hose; hose = hose->next) { in marvel_ioremap()
/arch/mips/pci/
Dpci.c32 static struct pci_controller *hose_head, **hose_tail = &hose_head; variable
247 for (hose = hose_head; hose; hose = hose->next) in pcibios_init()