Searched refs:bridge (Results 51 - 75 of 145) sorted by relevance

123456

/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c173 /* Bridge API ver. for which this bridge driver is built. */
255 dev_dbg(bridge, "%s Unknown Bridge file name", __func__);
468 dev_dbg(bridge,
517 dev_dbg(bridge, "Not able to get the symbol for Load "
528 dev_dbg(bridge,
544 dev_dbg(bridge, "%s: DSP clock rate (KHZ): 0x%x \n",
583 dev_dbg(bridge, "%s Unreset\n", __func__);
591 dev_dbg(bridge, "Waiting for Sync @ 0x%x\n", dw_sync_addr);
592 dev_dbg(bridge, "DSP c_int00 Address = 0x%x\n", dsp_addr);
756 struct drv_data *drv_datap = dev_get_drvdata(bridge);
[all...]
H A Dio_sm.c353 dev_dbg(bridge, "%s: (proc)proccopy shmmem size: 0x%x bytes\n",
434 dev_dbg(bridge, "%s: ul_gpp_pa %x, ul_gpp_va %x, ul_dsp_va %x, "
474 dev_dbg(bridge, "all_bits %x, pa_curr %x, va_curr %x, "
515 dev_dbg(bridge, "all_bits for Seg1 %x, pa_curr %x, "
539 dev_dbg(bridge, "shm MMU TLB entry PA %x"
553 dev_dbg(bridge,
591 dev_dbg(bridge,
610 dev_dbg(bridge, "shm MMU entry PA %x "
720 dev_dbg(bridge, "IO MGR shm details: shared_mem %p, input %p, "
727 dev_dbg(bridge, "(pro
[all...]
/drivers/char/agp/
H A Dhp-agp.c44 /* AGP bridge need not be PCI device, but DRM thinks it is. */
291 hp_zx1_create_gatt_table (struct agp_bridge_data *bridge) argument
319 hp_zx1_free_gatt_table (struct agp_bridge_data *bridge) argument
400 hp_zx1_mask_memory (struct agp_bridge_data *bridge, dma_addr_t addr, int type) argument
406 hp_zx1_enable (struct agp_bridge_data *bridge, u32 mode) argument
412 command = agp_collect_device_status(bridge, mode, command);
448 struct agp_bridge_data *bridge; local
459 bridge = agp_alloc_bridge();
460 if (!bridge) {
464 bridge
[all...]
H A Dalpha-agp.c73 static void alpha_core_agp_enable(struct agp_bridge_data *bridge, u32 mode) argument
75 alpha_agp_info *agp = bridge->dev_private_data;
77 agp->mode.lw = agp_collect_device_status(bridge, mode,
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx.h103 u8 bridge; member in struct:sd
/drivers/staging/tidspbridge/include/dspbridge/
H A Dhost_os.h56 extern struct device *bridge;
/drivers/video/nvidia/
H A Dnv_of.c23 #include <asm/pci-bridge.h>
/drivers/ata/
H A Dpata_pdc202xx_old.c354 struct pci_dev *bridge = dev->bus->self; local
356 if (bridge && bridge->vendor == PCI_VENDOR_ID_INTEL) {
357 if (bridge->device == PCI_DEVICE_ID_INTEL_I960)
359 if (bridge->device == PCI_DEVICE_ID_INTEL_I960RM)
/drivers/ide/
H A Dpdc202xx_old.c311 struct pci_dev *bridge = dev->bus->self; local
313 if (bridge &&
314 bridge->vendor == PCI_VENDOR_ID_INTEL &&
315 (bridge->device == PCI_DEVICE_ID_INTEL_I960 ||
316 bridge->device == PCI_DEVICE_ID_INTEL_I960RM)) {
/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c220 dev_dbg(bridge, "%s dmm_mgr %p, addr %x, size %x\n\tstatus %x, "
271 dev_dbg(bridge, "%s dmm_mgr %p, size %x, prsv_addr %p\n\tstatus %x, "
302 dev_dbg(bridge, "%s: dmm_mgr %p, addr %x, psize %p\n\tstatus %x, "
351 dev_dbg(bridge, "%s: dmm_mgr %p, rsv_addr %x\n\tstatus %x chunk %p",
374 dev_dbg(bridge, "%s: curr_region %p, free_region %d, free_size %d\n",
H A Ddbll.c288 dev_dbg(bridge, "%s: lib: %p name: %s paddr: %p, status 0x%x\n",
381 dev_dbg(bridge, "%s: lib: %p name: %s paddr: %p psize: %p, "
507 dev_dbg(bridge, "%s: lib: %p flags: 0x%x entry: %p, status 0x%x\n",
641 dev_dbg(bridge, "%s: target: %p file: %s lib_obj: %p, status 0x%x\n",
708 dev_dbg(bridge, "%s: lib: %p name: %s buf: %p size: 0x%x, "
721 dev_dbg(bridge, "%s: lib: %p\n", __func__, lib);
734 dev_dbg(bridge, "%s: failed: 0x%x\n", __func__, err);
927 dev_dbg(bridge, "%s: Symbol not found: %s\n", __func__, name);
975 dev_dbg(bridge, "%s already defined in symbol table\n",
1060 dev_dbg(bridge, "
[all...]
/drivers/media/video/sn9c102/
H A Dsn9c102.h103 enum sn9c102_bridge bridge; member in struct:sn9c102_device
156 return cam->bridge;
H A Dsn9c102_ov7630.c258 enum sn9c102_bridge bridge = sn9c102_get_bridge(cam); local
267 if (bridge == BRIDGE_SN9C105 || bridge == BRIDGE_SN9C120)
276 if (bridge == BRIDGE_SN9C105 || bridge == BRIDGE_SN9C120)
328 enum sn9c102_bridge bridge = sn9c102_get_bridge(cam); local
336 if (bridge == BRIDGE_SN9C105 || bridge == BRIDGE_SN9C120)
345 if (bridge == BRIDGE_SN9C105 || bridge
[all...]
/drivers/xen/
H A Dpci.c63 handle = DEVICE_ACPI_HANDLE(pci_dev->bus->bridge);
66 handle = DEVICE_ACPI_HANDLE(physfn->bus->bridge);
/drivers/media/video/gspca/
H A Dsunplus.c46 u8 bridge; member in struct:sd
529 switch (sd->bridge) {
605 reg = sd->bridge == BRIDGE_SPCA536 ? 0x20f0 : 0x21a7;
614 reg = sd->bridge == BRIDGE_SPCA536 ? 0x20f1 : 0x21a8;
623 reg = sd->bridge == BRIDGE_SPCA536 ? 0x20f6 : 0x21ae;
636 switch (sd->bridge) {
667 sd->bridge = id->driver_info >> 8;
677 break; /* (right bridge/subtype) */
679 sd->bridge = BRIDGE_SPCA504B;
687 switch (sd->bridge) {
[all...]
/drivers/pci/hotplug/
H A Drpaphp_pci.c28 #include <asm/pci-bridge.h>
/drivers/staging/tidspbridge/
H A DKconfig60 trying to suspend bridge driver. Say Y, to signal this event as a fatal
61 error, this will require a bridge restart to recover.
/drivers/staging/tidspbridge/rmgr/
H A Dproc.c73 extern struct device *bridge;
276 struct drv_data *drv_datap = dev_get_drvdata(bridge);
386 struct drv_data *drv_datap = dev_get_drvdata(bridge);
433 struct drv_data *drv_datap = dev_get_drvdata(bridge);
668 dma_unmap_sg(bridge, dma_info->sg, num_pages, dma_info->dir);
719 sg_num = dma_map_sg(bridge, sg, num_pages, dir);
975 dev_dbg(bridge, "%s, results: status: 0x%x proc_state_obj: 0x%x\n",
1025 struct drv_data *drv_datap = dev_get_drvdata(bridge);
1068 dev_dbg(bridge, "%s: Proc ID string overflow\n",
1171 dev_dbg(bridge, "
[all...]
H A Ddisp.c236 dev_dbg(bridge, "%s: unknown device type = 0x%x\n",
254 dev_dbg(bridge, "%s: Message args too large for buffer! size "
356 dev_dbg(bridge, "%s: dsp_heap_addr %x, heap_size %x\n",
507 dev_dbg(bridge, "%s: Failed to close channel "
516 dev_dbg(bridge, "%s: Failed to close channel to"
641 dev_dbg(bridge, "%s: DSP-side failed:"
/drivers/zorro/
H A Dzorro.c111 struct platform_device *bridge, struct zorro_dev *z)
115 for (i = 0; i < bridge->num_resources; i++) {
116 struct resource *r = &bridge->resource[i];
110 zorro_find_parent_resource( struct platform_device *bridge, struct zorro_dev *z) argument
/drivers/acpi/
H A Dpci_root.c138 * acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
319 * Walk up the ACPI CA namespace until we reach a PCI root bridge.
345 * bridge and the device we're looking for must be a P2P bridge.
368 dev_dbg(&pdev->dev, "Not a PCI-to-PCI bridge\n");
383 * @handle: ACPI handle of a PCI root bridge (or PCIe Root Complex).
531 * thus the root bridge's pci_dev does not exist).
585 dev_dbg(root->bus->bridge,
591 dev_info(root->bus->bridge,
597 dev_info(root->bus->bridge,
[all...]
/drivers/iommu/
H A Dintr_remapping.c388 struct pci_dev *bridge; local
400 bridge = pci_find_upstream_pcie_bridge(dev);
401 if (bridge) {
402 if (pci_is_pcie(bridge))/* this is a PCIe-to-PCI/PCIX bridge */
404 (bridge->bus->number << 8) | dev->bus->number);
405 else /* this is a legacy PCI bridge */
407 (bridge->bus->number << 8) | bridge->devfn);
/drivers/gpu/vga/
H A Dvgaarb.c443 /* Rules for using a bridge to control a VGA descendant decoding:
444 if a bridge has only one VGA descendant then it can be used
446 It should always use the bridge closest to the device to control it.
447 If a bridge has a direct VGA descendant, but also have a sub-bridge
448 VGA descendant then we cannot use that bridge to control the direct VGA descendant.
456 struct pci_dev *new_bridge, *bridge; local
463 /* okay iterate the new devices bridge hierarachy */
471 bridge = bus->self;
473 /* see if the share a bridge wit
508 struct pci_dev *bridge; local
[all...]
/drivers/pcmcia/
H A Dyenta_socket.c8 * Dynamically adjust the size of the bridge resource
42 "or 'default' (uses recommended behaviour for the detected bridge)");
330 u16 bridge; local
337 bridge = config_readw(socket, CB_BRIDGE_CONTROL) & ~(CB_BRIDGE_CRST | CB_BRIDGE_INTR);
340 bridge |= (state->flags & SS_RESET) ? CB_BRIDGE_CRST : 0;
347 bridge |= CB_BRIDGE_INTR;
358 bridge |= CB_BRIDGE_INTR;
391 config_writew(socket, CB_BRIDGE_CONTROL, bridge);
749 * Allocate the bridge mappings for the device..
768 * Free the bridge mapping
1032 u16 bridge; local
[all...]
/drivers/pci/
H A Dpci.c740 * If the device or the parent bridge do not support PCI PM,
1812 struct pci_dev *bridge = bus->self; local
1814 if (device_run_wake(&bridge->dev))
1821 if (bus->bridge)
1822 return device_run_wake(bus->bridge);
1986 struct pci_dev *bridge; local
1995 bridge = dev->bus->self;
1996 if (!bridge || !pci_is_pcie(bridge))
1999 pos = pci_pcie_cap(bridge);
2385 pci_get_interrupt_pin(struct pci_dev *dev, struct pci_dev **bridge) argument
3613 struct pci_dev *bridge; local
[all...]

Completed in 458 milliseconds

123456