Searched refs:bus (Results 426 - 450 of 892) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop33x/
H A Diq80331.c42 /* D-Step parts run at a higher internal bus frequency */
80 "device PCI:%d:%d:%d\n", dev->bus->number,
H A Diq80332.c42 /* D-Step parts and the iop333 run at a higher internal bus frequency */
80 "device PCI:%d:%d:%d\n", dev->bus->number,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioca_provider.c225 * Scan all vga controllers on this bus making sure they all
270 * Map @paddr into 64-bit CA bus space. No device context is necessary.
341 * dma_addr_t is guaranteed to be contiguous in CA bus space.
434 * @bus_addr: bus address returned by an earlier tioca_dma_map
552 * tioca_bus_fixup - perform final PCI fixup for a TIO CA bus
553 * @prom_bussoft: Common prom/kernel struct representing the bus
567 struct pci_bus *bus; local
579 * Allocate kernel bus soft and copy from prom.
606 bus = pci_find_bus(tioca_common->ca_common.bs_persist_segment,
608 BUG_ON(!bus);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_iodev.c70 .bus = &platform_bus_type,
90 /* No hotplugging on the platform bus - use __init */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dpci-ddb5477.c163 * on bus 0 (ALI USB on the M1535 on the backplane),
164 * and one on bus 2 (NEC USB controller on the CPU board)
167 if (slot_num == 20 && dev->bus->number == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dsetup.c350 static struct pci_bus bus; local
354 bus.number = busnr;
355 bus.ops = hose->pci_ops;
356 bus.parent = NULL;
357 dev.bus = &bus;
364 int top_bus, int bus, int devfn, int offset, type value) \
367 fake_pci_dev(hose, top_bus, bus, devfn), \
612 struct pci_controller *channel = (struct pci_controller *)dev->bus->sysdata;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-driver.c25 * Used from driver probe and bus matching to check whether a RIO device
149 rdrv->driver.bus = &rio_bus_type;
211 * rio_bus_init - Register the RapidIO bus with the device model
213 * Registers the RIO bus device and RIO bus type with the Linux
219 printk("RIO: failed to register RIO bus device\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_i2c.c25 /* Convert this driver to use i2c bus layer someday... */
80 int bus; member in struct:bbc_i2c_client
165 client->bus = echild->resource[0].start;
217 writeb(client->bus, bp->i2c_bussel_reg);
247 writeb(client->bus, bp->i2c_bussel_reg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A DMakefile12 usbserial-objs := usb-serial.o generic.o bus.o $(usbserial-obj-y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dnet1080.c180 dev->udev->bus->bus_name, dev->udev->devpath,
225 dev->udev->bus->bus_name, dev->udev->devpath,
259 dev->udev->bus->bus_name, dev->udev->devpath,
278 dev->udev->bus->bus_name, dev->udev->devpath, retval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c102 DECLARE_PCI_UNMAP_ADDR(bus)
109 DECLARE_PCI_UNMAP_ADDR(bus)
125 dma_addr_t bus; member in struct:myri10ge_rx_buf
150 dma_addr_t bus; member in struct:myri10ge_rx_done
811 cmd.data0 = MYRI10GE_LOWPART_TO_U32(mgp->rx_done.bus);
812 cmd.data1 = MYRI10GE_HIGHPART_TO_U32(mgp->rx_done.bus);
937 rx->bus = pci_map_page(mgp->pdev, page, 0,
945 pci_unmap_addr_set(&rx->info[idx], bus, rx->bus);
947 htonl(MYRI10GE_LOWPART_TO_U32(rx->bus)
1839 dma_addr_t bus = mgp->fw_stats_bus; local
2030 dma_addr_t bus; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dac97_codec.h440 void (*private_free) (struct snd_ac97_bus *bus);
443 unsigned short num; /* bus number */
478 struct snd_ac97_bus *bus; member in struct:snd_ac97
546 /* create new AC97 bus */
550 int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
613 struct snd_ac97_bus *bus; member in struct:ac97_pcm
H A Dcs8427.h191 int snd_cs8427_create(struct snd_i2c_bus *bus, unsigned char addr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmca.h49 /* index into id_table, set by the bus match routine */
133 extern int mca_register_device(int bus, struct mca_device *mca_dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_marvel.c217 * able to use the bus == 0 / dev == 0 form of the iobase syscall
480 * 23:16 bus number (8 bits = 128 possible buses)
487 * based on the bus number. Therefore the bus number must be set
488 * to 0 for the root bus on any hose.
496 build_conf_addr(struct pci_controller *hose, u8 bus,
499 return (hose->config_space_base | (bus << 16) | (devfn << 8) | where);
508 u8 bus = pbus->number;
518 if (!pbus->parent) { /* No parent means peer PCI bus. */
519 /* Don't support idsel > 20 on primary bus
491 build_conf_addr(struct pci_controller *hose, u8 bus, unsigned int devfn, int where) argument
503 u8 bus = pbus->number; local
527 marvel_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) argument
553 marvel_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dentrygroup.c71 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
140 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) ||
206 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
318 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
465 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
579 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
689 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
776 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
861 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c255 find_bus_target_lun(int ctlr, int *bus, int *target, int *lun) argument
257 /* finds an unused bus, target, lun for a new device */
270 *bus = 0; *target=i; *lun = 0; found=1;
291 if (find_bus_target_lun(ctlr, &sd->bus, &sd->target, &sd->lun) != 0)
303 sd->bus, sd->target, sd->lun);
321 sd.bus, sd.target, sd.lun);
340 bus target and lun are not filled in. This funciton
372 csd->bus, csd->target, csd->lun); */
380 ctlr, hostno, csd->bus, csd->target, csd->lun,
426 lookup_scsi3addr(int ctlr, int bus, in argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/dio/
H A Ddio.c1 /* Code to support devices on the DIO and DIO-II bus
44 .name = "DIO bus"
108 /* Called to find a DIO device before the full bus scan has run.
176 /* Initialize the DIO bus */
223 dev->bus = &dio_bus;
225 dev->dev.bus = &dio_bus_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-tiny-usb.c202 "version %x.%02x found at bus %03d address %03d\n",
204 dev->usb_dev->bus->busnum, dev->usb_dev->devnum);
212 "i2c-tiny-usb at bus %03d device %03d",
213 dev->usb_dev->bus->busnum, dev->usb_dev->devnum);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dtps65010.c476 static int tps65010_noscan(struct i2c_adapter *bus) argument
478 /* pure paranoia, in case someone adds another i2c bus
484 /* no error returns, they'd just make bus scanning stop */
486 tps65010_probe(struct i2c_adapter *bus, int address, int kind) argument
493 dev_dbg(&bus->dev, "only one %s for now\n", DRIVER_NAME);
505 tps->client.adapter = bus;
511 dev_dbg(&bus->dev, "can't attach %s to device %d, err %d\n",
626 static int __init tps65010_scan_bus(struct i2c_adapter *bus) argument
628 if (!i2c_check_functionality(bus, I2C_FUNC_SMBUS_BYTE_DATA))
630 return i2c_probe(bus,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dplatform.h203 void PCIwrite (byte bus, byte func, int offset, void* data, int length, void* pci_dev_handle);
204 void PCIread (byte bus, byte func, int offset, void* data, int length, void* pci_dev_handle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx_ads.c47 static int mpc85xx_exclude_device(u_char bus, u_char devfn) argument
49 if (bus == 0 && PCI_SLOT(devfn) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dpci.c137 /* PCIE Bus, Fix the MPC8641D host bridge's location to bus 0xFF. */
143 int mpc86xx_exclude_device(u_char bus, u_char devfn) argument
145 if (bus == 0 && PCI_SLOT(devfn) == 0)
165 /* Get bus range if any */
166 bus_range = of_get_property(dev, "bus-range", &len);
168 printk(KERN_WARNING "Can't get bus-range for %s, assume"
169 " bus 0\n", dev->full_name);
190 "Firmware bus number: %d->%d\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dholly.c48 int holly_exclude_device(u_char bus, u_char devfn) argument
50 if (bus == 0 && PCI_SLOT(devfn) == 0)
109 /* Set 64-bit PCI bus address for system memory */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Ddart_iommu.c297 static void pci_dma_bus_setup_dart(struct pci_bus *bus) argument
306 dn = pci_bus_to_OF_node(bus);

Completed in 366 milliseconds

<<11121314151617181920>>