Searched refs:io_port (Results 26 - 50 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Ddma-isa.c49 unsigned int io_port = isa_dma_port[chan][ISA_DMA_COUNT]; local
52 count = 1 + inb(io_port);
53 count |= inb(io_port) << 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha1542.c418 flag = inb(INTRFLAGS(shost->io_port));
430 printk("status %02x\n", inb(STATUS(shost->io_port)));
437 flag = inb(INTRFLAGS(shost->io_port));
453 aha1542_intr_reset(shost->io_port);
706 aha1542_out(SCpnt->device->host->io_port, &ahacmd, 1); /* start scsi command */
1183 shpnt->io_port = base_io;
1212 if (shost->io_port && shost->n_io_port)
1213 release_region(shost->io_port, shost->n_io_port);
1287 aha1542_out(SCpnt->device->host->io_port, &ahacmd, 1);
1338 outb(SCRST, CONTROL(SCpnt->device->host->io_port));
[all...]
H A Dt128.c301 if (shost->io_port && shost->n_io_port)
302 release_region(shost->io_port, shost->n_io_port);
H A Daha1740.c124 shpnt->io_port, shpnt->irq, host->edev->slot,
244 base = host->io_port;
476 unsigned int base = SCpnt->device->host->io_port;
602 shpnt->io_port = slotbase;
658 release_region (shpnt->io_port, SLOTSIZE);
H A Dnsp32.c445 unsigned int base = SCpnt->device->host->io_port;
576 unsigned int base = SCpnt->device->host->io_port;
801 unsigned int base = SCpnt->device->host->io_port;
1453 base = host->io_port;
1459 SPRINTF("IO: 0x%lx-0x%lx\n", host->io_port, host->io_port + host->n_io_port - 1);
1536 unsigned int base = SCpnt->device->host->io_port;
1574 unsigned int base = SCpnt->device->host->io_port;
1804 unsigned int base = SCpnt->device->host->io_port;
1948 unsigned int base = SCpnt->device->host->io_port;
[all...]
H A Dfd_mcs.c328 printk(", HostID %d, %s Chip, IRQ %d, IO 0x%lX\n", shpnt->this_id, chip == tmc18c50 ? "TMC-18C50" : (chip == tmc18c30 ? "TMC-18C30" : (chip == tmc1800 ? "TMC-1800" : "Unknown")), shpnt->irq, shpnt->io_port);
474 shpnt->io_port = port;
1049 release_region(shpnt->io_port, shpnt->n_io_port);
1187 printk("FIFO Status = 0x%02x\n", inb(shpnt->io_port + FIFO_Status));
1188 printk("Int. Condition = 0x%02x\n", inb(shpnt->io_port + Interrupt_Cond));
1190 printk("Configuration 1 = 0x%02x\n", inb(shpnt->io_port + Configuration1));
1192 printk("Configuration 2 = 0x%02x\n", inb(shpnt->io_port + Configuration2));
H A Dsym53c416.c331 int base = dev->io_port;
705 shpnt->io_port = hosts[i].base;
725 int base = SChost->io_port;
744 base = SCpnt->device->host->io_port;
774 base = SCpnt->device->host->io_port;
791 if (shost->io_port && shost->n_io_port)
792 release_region(shost->io_port, shost->n_io_port);
H A Ddtc.c454 if (shost->io_port && shost->n_io_port)
455 release_region(shost->io_port, shost->n_io_port);
H A Dsun3_scsi.c258 instance->io_port = (unsigned long) ioaddr;
280 printk("scsi%d: Sun3 5380 at port %lX irq", instance->host_no, instance->io_port);
H A Dsun3_scsi_vme.c220 instance->io_port = (unsigned long) ioaddr;
242 printk("scsi%d: Sun3 5380 VME at port %lX irq", instance->host_no, instance->io_port);
H A Dibmmca.c75 #define IM_CMD_REG(h) ((h)->io_port) /*Command Interface, (4 bytes long) */
76 #define IM_ATTN_REG(h) ((h)->io_port+4) /*Attention (1 byte) */
77 #define IM_CTR_REG(h) ((h)->io_port+5) /*Basic Control (1 byte) */
78 #define IM_INTR_REG(h) ((h)->io_port+6) /*Interrupt Status (1 byte, r/o) */
79 #define IM_STAT_REG(h) ((h)->io_port+7) /*Basic Status (1 byte, read only) */
452 static int io_port[IM_MAX_HOSTS] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
460 module_param_array(io_port, int, NULL, 0);
1419 io_port[io_base++] = simple_strtoul(token, NULL, 0);
1427 io_port[i] = ints[2 * i + 2];
1576 shpnt->io_port
[all...]
H A Dtmscsim.c2426 unsigned long io_port; local
2447 io_port = pci_resource_start(pdev, 0);
2450 shost->io_port = io_port;
2453 shost->base = io_port;
2454 shost->unique_id = io_port;
2458 pACB->IOPortBase = (u16) io_port;
2488 if (!request_region(io_port, shost->n_io_port, "tmscsim")) {
2494 DC390_read8_(INT_Status, io_port);
2517 release_region(io_port, shos
[all...]
H A Daha152x.h318 int io_port; member in struct:aha152x_setup
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h95 u_short io_port; /* PCI io_port address */ member in struct:Symbios_nvram::Symbios_host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_cs.c193 /*unsigned int base = SCpnt->device->host->io_port;*/
357 unsigned int base = SCpnt->device->host->io_port;
494 unsigned int base = SCpnt->device->host->io_port;
508 unsigned int base = SCpnt->device->host->io_port;
537 unsigned int base = SCpnt->device->host->io_port;
570 unsigned int base = SCpnt->device->host->io_port;
638 unsigned int base = SCpnt->device->host->io_port;
677 unsigned int base = SCpnt->device->host->io_port;
704 unsigned int base = SCpnt->device->host->io_port;
803 unsigned int base = SCpnt->device->host->io_port;
[all...]
H A Daha152x_stub.c170 s.io_port = link->resource[0]->start;
H A Dqlogic_stub.c111 shost->io_port = qbase;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c979 hcf_io io_port = ifbp->IFB_IOBase; local
982 OUT_PORT_DWORD( (io_port + HREG_DMA_CTRL), DMA_CTRLSTAT_RESET); /*8*/
986 OUT_PORT_DWORD( (io_port + HREG_DMA_CTRL), DMA_CTRLSTAT_GO);
1009 OUT_PORT_DWORD( (io_port + HREG_RXDMA_PTR32), p->desc_phys_addr);
2077 hcf_io io_port; local
2081 io_port = ifbp->IFB_IOBase + HREG_AUX_DATA; //to prevent side effects of the MSF-defined macro
2086 IN_PORT_STRING_8_16( io_port, pt, i ); //space used by T: -1
3739 hcf_io io_port = ifbp->IFB_IOBase + HREG_AUX_DATA; local
3775 OUT_PORT_STRING_8_16( io_port, cp, i ); //!!!WORD length, cp MUST be a char pointer
3932 hcf_io io_port local
4334 hcf_io io_port = ifbp->IFB_IOBase + HREG_DATA_1; //BAP data register local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dals4000.c752 int io_port; local
758 for (io_port = 0x200; io_port <= 0x218; io_port += 8) {
759 r = request_region(io_port, 8, "ALS4000 gameport");
764 io_port = joystick_port[dev];
765 r = request_region(io_port, 8, "ALS4000 gameport");
783 gp->io = io_port;
H A Dens1370.c1785 int io_port; local
1787 io_port = snd_ensoniq_get_joystick_port(dev);
1789 switch (io_port) {
1794 for (io_port = 0x200; io_port <= 0x218; io_port += 8)
1795 if (request_region(io_port, 8, "ens137x: gameport"))
1797 if (io_port > 0x218) {
1804 if (!request_region(io_port, 8, "ens137x: gameport")) {
1806 io_port);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Doak.c161 host->host_no, host->io_port);
H A Dcumana_1.c262 if (!(request_region(host->io_port, host->n_io_port, "CumanaSCSI-1"))) {
276 host->host_no, host->io_port, host->irq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvia-core.h58 u16 io_port; member in struct:via_port_cfg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_host.h660 unsigned long io_port; member in struct:Scsi_Host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c224 io_port chan_A;
225 io_port chan_B;
231 static io_port Vector_Latch;
242 static inline unsigned char InReg(io_port port, unsigned char reg)
261 static inline void OutReg(io_port port, unsigned char reg, unsigned char val)
2128 io_port ctrl;

Completed in 185 milliseconds

1234