Searched refs:this_dev (Results 1 - 20 of 20) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c503.c694 int this_dev, found = 0; local
696 for (this_dev = 0; this_dev < MAX_EL2_CARDS; this_dev++) {
697 if (io[this_dev] == 0) {
698 if (this_dev != 0) break; /* only autoprobe 1st one */
704 dev->irq = irq[this_dev];
705 dev->base_addr = io[this_dev];
706 dev->mem_end = xcvr[this_dev]; /* low 4bits = xcvr sel. */
712 printk(KERN_WARNING "3c503.c: No 3c503 card found (i/o = 0x%x).\n", io[this_dev]);
731 int this_dev; local
[all...]
H A D3c505.c1636 int this_dev, found = 0; local
1638 for (this_dev = 0; this_dev < ELP_MAX_CARDS; this_dev++) {
1643 dev->irq = irq[this_dev];
1644 dev->base_addr = io[this_dev];
1645 if (dma[this_dev]) {
1646 dev->dma = dma[this_dev];
1651 if (io[this_dev] == 0) {
1652 if (this_dev) {
1673 int this_dev; local
[all...]
H A D3c523.c1278 int this_dev,found = 0; local
1281 for(this_dev=0; this_dev<MAX_3C523_CARDS; this_dev++) {
1285 dev->irq=irq[this_dev];
1286 dev->base_addr=io[this_dev];
1288 dev_elmc[this_dev] = dev;
1293 if (io[this_dev]==0)
1295 printk(KERN_WARNING "3c523.c: No 3c523 card found at io=%#x\n",io[this_dev]);
1306 int this_dev; local
[all...]
H A Dac3200.c365 int this_dev, found = 0; local
367 for (this_dev = 0; this_dev < MAX_AC32_CARDS; this_dev++) {
368 if (io[this_dev] == 0 && this_dev != 0)
373 dev->irq = irq[this_dev];
374 dev->base_addr = io[this_dev];
375 dev->mem_start = mem[this_dev]; /* Currently ignored by driver */
381 printk(KERN_WARNING "ac3200.c: No ac3200 card found (i/o = 0x%x).\n", io[this_dev]);
400 int this_dev; local
[all...]
H A De2100.c431 int this_dev, found = 0; local
433 for (this_dev = 0; this_dev < MAX_E21_CARDS; this_dev++) {
434 if (io[this_dev] == 0) {
435 if (this_dev != 0) break; /* only autoprobe 1st one */
441 dev->irq = irq[this_dev];
442 dev->base_addr = io[this_dev];
443 dev->mem_start = mem[this_dev];
444 dev->mem_end = xcvr[this_dev]; /* lo
468 int this_dev; local
[all...]
H A Deexpress.c1662 int this_dev, found = 0; local
1664 for (this_dev = 0; this_dev < EEXP_MAX_CARDS; this_dev++) {
1666 dev->irq = irq[this_dev];
1667 dev->base_addr = io[this_dev];
1668 if (io[this_dev] == 0) {
1669 if (this_dev)
1674 dev_eexp[this_dev] = dev;
1678 printk(KERN_WARNING "eexpress.c: Failed to register card at 0x%x.\n", io[this_dev]);
1689 int this_dev; local
[all...]
H A Des3210.c427 int this_dev, found = 0; local
429 for (this_dev = 0; this_dev < MAX_ES_CARDS; this_dev++) {
430 if (io[this_dev] == 0 && this_dev != 0)
435 dev->irq = irq[this_dev];
436 dev->base_addr = io[this_dev];
437 dev->mem_start = mem[this_dev];
443 printk(KERN_WARNING "es3210.c: No es3210 card found (i/o = 0x%x).\n", io[this_dev]);
461 int this_dev; local
[all...]
H A Deth16i.c1385 int this_dev, found = 0; local
1388 for (this_dev = 0; this_dev < MAX_ETH16I_CARDS; this_dev++) {
1393 dev->base_addr = io[this_dev];
1399 printk(KERN_NOTICE "eth16i(%d): interface type %s\n", this_dev, mediatype[this_dev] ? mediatype[this_dev] : "none" );
1401 dev->if_port = eth16i_parse_mediatype(mediatype[this_dev]);
1403 if(io[this_dev]
1426 int this_dev; local
[all...]
H A Dhp-plus.c453 int this_dev, found = 0; local
455 for (this_dev = 0; this_dev < MAX_HPP_CARDS; this_dev++) {
456 if (io[this_dev] == 0) {
457 if (this_dev != 0) break; /* only autoprobe 1st one */
463 dev->irq = irq[this_dev];
464 dev->base_addr = io[this_dev];
470 printk(KERN_WARNING "hp-plus.c: No HP-Plus card found (i/o = 0x%x).\n", io[this_dev]);
488 int this_dev; local
[all...]
H A Dhp.c416 int this_dev, found = 0; local
418 for (this_dev = 0; this_dev < MAX_HP_CARDS; this_dev++) {
419 if (io[this_dev] == 0) {
420 if (this_dev != 0) break; /* only autoprobe 1st one */
426 dev->irq = irq[this_dev];
427 dev->base_addr = io[this_dev];
433 printk(KERN_WARNING "hp.c: No HP card found (i/o = 0x%x).\n", io[this_dev]);
450 int this_dev; local
[all...]
H A Dlance.c333 int this_dev, found = 0; local
335 for (this_dev = 0; this_dev < MAX_CARDS; this_dev++) {
336 if (io[this_dev] == 0) {
337 if (this_dev != 0) /* only complain once */
345 dev->irq = irq[this_dev];
346 dev->base_addr = io[this_dev];
347 dev->dma = dma[this_dev];
373 int this_dev; local
[all...]
H A Dlne390.c400 int this_dev, found = 0; local
402 for (this_dev = 0; this_dev < MAX_LNE_CARDS; this_dev++) {
403 if (io[this_dev] == 0 && this_dev != 0)
408 dev->irq = irq[this_dev];
409 dev->base_addr = io[this_dev];
410 dev->mem_start = mem[this_dev];
416 printk(KERN_WARNING "lne390.c: No LNE390 card found (i/o = 0x%x).\n", io[this_dev]);
433 int this_dev; local
[all...]
H A Dne-h8300.c626 int this_dev, found = 0; local
629 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
633 if (io[this_dev]) {
634 dev->irq = irq[this_dev];
635 dev->mem_end = bad[this_dev];
636 dev->base_addr = io[this_dev];
638 dev->base_addr = h8300_ne_base[this_dev];
639 dev->irq = h8300_ne_irq[this_dev];
664 int this_dev; local
[all...]
H A Dne.c914 int this_dev, found = 0; local
917 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
921 dev->irq = irq[this_dev];
922 dev->mem_end = bad[this_dev];
923 dev->base_addr = io[this_dev];
931 if (io[this_dev] != 0)
932 printk(KERN_WARNING "ne.c: No NE*000 card found at i/o = %#x\n", io[this_dev]);
953 int this_dev; local
[all...]
H A Dne2.c786 int this_dev, found = 0; local
788 for (this_dev = 0; this_dev < MAX_NE_CARDS; this_dev++) {
792 dev->irq = irq[this_dev];
793 dev->mem_end = bad[this_dev];
794 dev->base_addr = io[this_dev];
818 int this_dev; local
820 for (this_dev = 0; this_dev < MAX_NE_CARD
[all...]
H A Dsmc-ultra.c558 int this_dev, found = 0; local
560 for (this_dev = 0; this_dev < MAX_ULTRA_CARDS; this_dev++) {
561 if (io[this_dev] == 0) {
562 if (this_dev != 0) break; /* only autoprobe 1st one */
568 dev->irq = irq[this_dev];
569 dev->base_addr = io[this_dev];
575 printk(KERN_WARNING "smc-ultra.c: No SMC Ultra card found (i/o = 0x%x).\n", io[this_dev]);
598 int this_dev; local
[all...]
H A Dsmc-ultra32.c425 int this_dev, found = 0; local
427 for (this_dev = 0; this_dev < MAX_ULTRA32_CARDS; this_dev++) {
441 int this_dev; local
443 for (this_dev = 0; this_dev < MAX_ULTRA32_CARDS; this_dev++) {
444 struct net_device *dev = dev_ultra[this_dev];
H A Dwd.c505 int this_dev, found = 0; local
507 for (this_dev = 0; this_dev < MAX_WD_CARDS; this_dev++) {
508 if (io[this_dev] == 0) {
509 if (this_dev != 0) break; /* only autoprobe 1st one */
515 dev->irq = irq[this_dev];
516 dev->base_addr = io[this_dev];
517 dev->mem_start = mem[this_dev];
518 dev->mem_end = mem_end[this_dev];
542 int this_dev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c2144 struct pci_dev *this_dev = pci_dev_b(walk); local
2149 vendor = this_dev->vendor;
2150 device = this_dev->device << 8;
2154 pb = this_dev->bus->number;
2155 pci_read_config_dword(this_dev, PCI_REVISION_ID, &cfrv);
2158 lp->device = PCI_SLOT(this_dev->devfn);
2168 iobase = pci_resource_start(this_dev, 0);
2171 irq = this_dev->irq;
2175 pci_read_config_word(this_dev, PCI_COMMAND, &status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/
H A Ddvma.c63 struct sbus_dev *this_dev; local
68 for_each_sbusdev(this_dev, sbus) {
69 char *name = this_dev->prom_name;
82 dma->sdev = this_dev;

Completed in 184 milliseconds