Searched refs:hose (Results 76 - 100 of 103) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dpci.c29 early_read_config_word(struct pci_controller *hose, argument
36 fake_dev.sysdata = hose;
39 fake_bus.sysdata = hose;
40 fake_bus.ops = hose->pci_ops;
51 int __init txx9_pci66_check(struct pci_controller *hose, int top_bus, argument
67 if (early_read_config_word(hose, top_bus, current_bus,
78 early_read_config_word(hose, top_bus, current_bus,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_dp264.c404 struct pci_controller *hose = dev->sysdata; local
408 irq += 16 * hose->index;
440 struct pci_controller *hose = dev->sysdata; local
446 /* Check for the built-in bridge on hose 1. */
447 else if (hose->index == 1 && PCI_SLOT(dev->bus->self->devfn) == 8) {
452 /* Check for built-in bridge on hose 1. */
453 if (hose->index == 1 &&
506 struct pci_controller *hose = dev->sysdata; local
510 irq += 16 * hose->index;
544 /* Tsunami caches 4 PTEs at a time; DS10 has only 1 hose
[all...]
H A Dsys_eiger.c181 struct pci_controller *hose = dev->sysdata; local
199 /* Check for built-in bridges on hose 0. */
200 if (hose->index == 0
H A Dsys_nautilus.c200 struct pci_controller *hose = hose_head; local
206 /* Scan our single hose. */
207 bus = pci_scan_bus(0, alpha_mv.pci_ops, hose);
208 hose->bus = bus;
233 printk(KERN_ERR "Failed to request MEM on hose 0\n");
H A Dsys_wildfire.c276 struct pci_controller *hose = dev->sysdata; local
280 int qbbno = hose->index >> 3;
281 int pcano = (hose->index >> 1) & 3;
H A Dsetup.c238 struct pci_controller *hose; local
239 for (hose = hose_head; hose; hose = hose->next)
240 if (hose->index == 0) {
241 io = hose->io_space;
H A Dsys_marvel.c352 struct pci_controller *hose = dev->sysdata;
353 struct io7_port *io7_port = hose->sysdata;
378 printk("PCI:%d:%d:%d (hose %d) is using MSI\n",
382 hose->index);
351 struct pci_controller *hose = dev->sysdata; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dfixup-cobalt.c57 struct pci_controller *hose = (struct pci_controller *)dev->sysdata; local
58 unsigned long offset = hose->io_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpci.h203 extern void pcibios_setup_phb_io_space(struct pci_controller *hose);
204 extern void pcibios_scan_phb(struct pci_controller *hose, void *sysdata);
H A Dtsi108.h87 extern int tsi108_bridge_init(struct pci_controller *hose, uint phys_csr_base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dmachvec.h44 void (*mv_pci_tbi)(struct pci_controller *hose,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dalpha-agp.c70 alpha_mv.mv_pci_tbi(agp->hose, 0, -1);
182 pdev->sysdata = agp->hose;
195 printk(KERN_INFO PFX "Detected AGP on hose %d\n", agp->hose->index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_memory.c72 offset -= dev->hose->mem_space->start;
H A Ddrm_fops.c326 * Default the hose
328 if (!dev->hose) {
332 dev->hose = pci_dev->sysdata;
335 if (!dev->hose) {
338 dev->hose = b->sysdata;
H A Ddrm_pci.c158 dev->hose = pdev->sysdata;
H A Ddrm_vm.c129 baddr -= dev->hose->mem_space->start;
536 return dev->hose->dense_mem_base - dev->hose->mem_space->start;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlegacy_serial.c424 struct pci_controller *hose; local
428 hose = pci_find_hose_for_OF_device(np);
429 if (hose) {
430 unsigned long offset = (unsigned long)hose->io_base_virt -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c358 struct pci_controller *hose; local
377 hose = pci_find_hose_for_OF_device(np);
378 max = min(max, hose->dma_window_base_cur +
379 hose->dma_window_size);
H A Dmpc85xx_ads.c39 static int mpc85xx_exclude_device(struct pci_controller *hose, argument
H A Dmpc85xx_cds.c66 static int mpc85xx_exclude_device(struct pci_controller *hose, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsystem.conf5 <!-- Note that there are any number of ways you can hose yourself
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dsystem.conf5 <!-- Note that there are any number of ways you can hose yourself
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dmpc7448_hpc2.c56 int mpc7448_hpc2_exclude_device(struct pci_controller *hose, argument
H A Dholly.c47 int holly_exclude_device(struct pci_controller *hose, u_char bus, u_char devfn) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_msi.c127 struct pci_controller *hose = pci_bus_to_host(pdev->bus); local
130 pci_bus_read_config_dword(hose->bus,

Completed in 266 milliseconds

12345