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

123

/linux-master/drivers/gpio/
H A Dgpio-104-idio-16.c61 .io_port = true,
H A Dgpio-104-dio-48e.c260 .io_port = true,
283 .io_port = true,
H A Dgpio-pcie-idio-24.c84 .io_port = true,
114 .io_port = true,
H A Dgpio-104-idi-48.c79 .io_port = true,
H A Dgpio-exar.c144 .io_port = true,
H A Dgpio-ws16c48.c70 .io_port = true,
/linux-master/drivers/iio/addac/
H A Dstx104.c130 .io_port = true,
158 .io_port = true,
171 .io_port = true,
195 .io_port = true,
/linux-master/sound/pci/
H A Dals4000.c742 int io_port; local
748 for (io_port = 0x200; io_port <= 0x218; io_port += 8) {
749 r = devm_request_region(&acard->pci->dev, io_port, 8,
755 io_port = joystick_port[dev];
756 r = devm_request_region(&acard->pci->dev, io_port, 8,
774 gp->io = io_port;
H A Dens1370.c1771 int io_port; local
1773 io_port = snd_ensoniq_get_joystick_port(ensoniq, dev);
1775 switch (io_port) {
1780 for (io_port = 0x200; io_port <= 0x218; io_port += 8)
1781 if (request_region(io_port, 8, "ens137x: gameport"))
1783 if (io_port > 0x218) {
1791 if (!request_region(io_port, 8, "ens137x: gameport")) {
1794 io_port);
[all...]
/linux-master/drivers/scsi/
H A Daha1740.c118 shpnt->io_port, shpnt->irq, host->edev->slot,
229 base = host->io_port;
465 unsigned int base = SCpnt->device->host->io_port;
591 shpnt->io_port = slotbase;
646 release_region (shpnt->io_port, SLOTSIZE);
H A Dnsp32.c433 unsigned int base = SCpnt->host->io_port;
452 unsigned int base = SCpnt->device->host->io_port;
584 unsigned int base = SCpnt->device->host->io_port;
810 unsigned int base = SCpnt->device->host->io_port;
1455 base = host->io_port;
1463 host->io_port, host->io_port + host->n_io_port - 1);
1531 unsigned int base = SCpnt->device->host->io_port;
1569 unsigned int base = SCpnt->device->host->io_port;
1797 unsigned int base = SCpnt->device->host->io_port;
[all...]
H A Dfdomain_isa.c181 int base = sh->io_port;
H A Dam53c974.c465 shost->io_port = pci_resource_start(pdev, 0);
467 shost->unique_id = shost->io_port;
H A DNCR5380.h214 unsigned long io_port; /* Device IO port */ member in struct:NCR5380_hostdata
H A Datp870u.c1321 shpnt->io_port, shpnt->irq);
1323 atpdev->ioport[0] = shpnt->io_port;
1324 atpdev->pciport[0] = shpnt->io_port + 0x20;
1366 atpdev->ioport[0] = shpnt->io_port + 0x40;
1367 atpdev->pciport[0] = shpnt->io_port + 0x28;
1373 shpnt->io_port, shpnt->irq);
1453 shpnt->io_port, shpnt->irq);
1455 atpdev->ioport[0] = shpnt->io_port + 0x80;
1456 atpdev->ioport[1] = shpnt->io_port + 0xc0;
1457 atpdev->pciport[0] = shpnt->io_port
[all...]
H A Daha152x.h319 int io_port; member in struct:aha152x_setup
H A Da100u2w.c1142 shost->io_port = host->base;
1145 shost->unique_id = shost->io_port;
1204 release_region(shost->io_port, 256);
/linux-master/include/linux/
H A Dvia-core.h43 u16 io_port; member in struct:via_port_cfg
/linux-master/drivers/scsi/pcmcia/
H A Daha152x_stub.c166 s.io_port = link->resource[0]->start;
H A Dqlogic_stub.c112 shost->io_port = qbase;
/linux-master/drivers/iio/dac/
H A Dcio-dac.c53 .io_port = true,
/linux-master/drivers/net/hamradio/
H A Dscc.c226 io_port chan_A;
227 io_port chan_B;
233 static io_port Vector_Latch;
244 static inline unsigned char InReg(io_port port, unsigned char reg)
263 static inline void OutReg(io_port port, unsigned char reg, unsigned char val)
2120 io_port ctrl;
/linux-master/include/scsi/
H A Dscsi_host.h699 unsigned long io_port; member in struct:Scsi_Host
/linux-master/arch/powerpc/include/asm/
H A D8xx_immap.h313 typedef struct io_port { struct
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_linux.c348 gdev->io_port = io;

Completed in 576 milliseconds

123