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

123

/linux-master/sound/pci/
H A Des1938.c71 #define SLIO_REG(chip, x) ((chip)->io_port + ESSIO_REG_##x)
180 unsigned long io_port; member in struct:es1938
1537 chip->io_port = pci_resource_start(pci, 0);
1553 chip->io_port, chip->sb_port, chip->vc_port, chip->mpu_port, chip->game_port);
H A Dcmipci.c2840 int i, io_port = 0; local
2847 io_port = ports[i];
2848 r = devm_request_region(&cm->pci->dev, io_port, 1,
2854 io_port = joystick_port[dev];
2855 r = devm_request_region(&cm->pci->dev, io_port, 1,
2872 gp->io = io_port;
/linux-master/drivers/scsi/
H A Dqla1280.c4239 host->io_port = pci_resource_start(ha->pdev, 0);
4240 if (!request_region(host->io_port, 0xff, "qla1280")) {
4243 host->io_port, host->io_port + 0xff);
4247 ha->iobase = (struct device_reg *)host->io_port;
4288 release_region(host->io_port, 0xff);
4322 release_region(host->io_port, 0xff);
H A Dfdomain.c547 sh->io_port = base;
H A Dmegaraid.c164 adapter->host->io_port + MBOX_PORT0);
167 adapter->host->io_port + MBOX_PORT1);
170 adapter->host->io_port + MBOX_PORT2);
173 adapter->host->io_port + MBOX_PORT3);
176 adapter->host->io_port + ENABLE_MBOX_REGION);
4238 adapter->host->io_port = tbase;
H A Dppa.c1108 host->io_port = pb->base;
H A Dimm.c1228 host->io_port = pb->base;
H A Dadvansys.c2407 printk(" base 0x%lx, io_port 0x%lx, irq %d,\n",
2408 (ulong)s->base, (ulong)s->io_port, boardp->irq);
2649 ASC_VERSION, busname, (ulong)shost->io_port,
2650 (ulong)shost->io_port + ASC_IOADR_GAP - 1,
3156 seq_printf(m, " io_port 0x%lx\n", shost->io_port);
7145 if (AscIsIntPending(shost->io_port)) {
10978 shost->io_port = asc_dvc_varp->iop_base;
10995 shost->io_port = iop;
11392 ioport = shost->io_port;
[all...]
H A DNCR5380.c425 "%s, irq %d, io_port 0x%lx, base 0x%lx, can_queue %d, cmd_per_lun %d, sg_tablesize %d, this_id %d, flags { %s%s%s}",
426 instance->hostt->name, instance->irq, hostdata->io_port,
H A Dhptiop.c1337 host->io_port = 0;
H A Dinitio.c2886 shost->io_port = host->addr;
H A Dhpsa.c5859 sh->io_port = 0;
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1451 unsigned long io_port = pci_resource_start(pdev, 0); local
1458 if (io_port) {
1460 if (sym_driver_setup.excludes[i] == io_port)
/linux-master/arch/powerpc/include/asm/
H A Dimmap_cpm2.h314 typedef struct io_port { struct
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c102 outl(phys_req, gdev->io_port + VMMDEV_PORT_OFF_REQUEST);
/linux-master/include/linux/
H A Dregmap.h324 * @io_port: Support IO port accessors. Makes sense only when MMIO vs. IO port
423 bool io_port; member in struct:regmap_config
/linux-master/drivers/counter/
H A D104-quad-8.c89 .io_port = true,
/linux-master/drivers/message/fusion/
H A Dmptfc.c1280 sh->io_port = 0;
H A Dmptspi.c1428 sh->io_port = 0;
H A Dmptsas.c5225 sh->io_port = 0;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c13358 u8 *io_gpio, u8 *io_port)
13367 *io_port = 0;
13371 *io_port = 0;
13375 *io_port = 0;
13379 *io_port = 0;
13383 *io_port = 1;
13387 *io_port = 1;
13391 *io_port = 1;
13395 *io_port = 1;
13398 /* Don't override the io_gpio and io_port */
13357 bnx2x_get_ext_phy_reset_gpio(struct bnx2x *bp, u32 shmem_base, u8 *io_gpio, u8 *io_port) argument
[all...]
/linux-master/drivers/scsi/arm/
H A Dacornscsi.c2696 , host->hostt->name, host->io_port, host->irq,
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7512 shost->io_port = 0;

Completed in 725 milliseconds

123