Searched refs:iobase (Results 176 - 200 of 249) sorted by relevance

12345678910

/drivers/scsi/
H A Dqla1280.c772 reg = ha->iobase;
875 RD_REG_WORD(&ha->iobase->istatus));
878 RD_REG_WORD(&ha->iobase->host_cmd),
879 RD_REG_WORD(&ha->iobase->ictrl), jiffies);
1097 WRT_REG_WORD(&ha->iobase->ictrl, 0);
1098 RD_REG_WORD(&ha->iobase->ictrl); /* PCI Posted Write flush */
1105 WRT_REG_WORD(&ha->iobase->ictrl, (ISP_EN_INT | ISP_EN_RISC));
1106 RD_REG_WORD(&ha->iobase->ictrl); /* PCI Posted Write flush */
1127 reg = ha->iobase;
1472 reg = ha->iobase;
[all...]
/drivers/isdn/hysdn/
H A Dhysdn_defs.h149 unsigned int iobase; /* IO-port base address */ member in struct:HYSDN_CARD
H A Dhysdn_net.c272 dev->base_addr = card->iobase; /* IO address */
/drivers/net/wireless/orinoco/
H A Dorinoco_pci.c210 pci_iounmap(pdev, priv->hw.iobase);
H A Dorinoco_tmd.c200 pci_iounmap(pdev, priv->hw.iobase);
H A Dorinoco_cs.c205 if (priv->hw.iobase)
206 ioport_unmap(priv->hw.iobase);
/drivers/scsi/qla2xxx/
H A Dqla_isr.c53 reg = &ha->iobase->isp;
150 reg = &ha->iobase->isp;
248 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
282 struct device_reg_24xx __iomem *reg24 = &vha->hw->iobase->isp24;
327 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
328 struct device_reg_24xx __iomem *reg24 = &ha->iobase->isp24;
329 struct device_reg_82xx __iomem *reg82 = &ha->iobase->isp82;
1273 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1939 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
2038 struct device_reg_82xx __iomem *reg = &ha->iobase
[all...]
H A Dqla_os.c1460 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1475 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1489 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1502 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1565 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN);
1566 if (!ha->iobase) {
1651 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN);
1652 if (!ha->iobase) {
2338 "Found an ISP%04X irq %d iobase 0x%p.\n",
2339 pdev->device, pdev->irq, ha->iobase);
[all...]
/drivers/staging/wlan-ng/
H A Dp80211netdev.h175 unsigned int iobase; member in struct:wlandevice
/drivers/tty/serial/
H A Dserial_core.c655 tmp.port = uport->iobase;
657 tmp.port_high = (long) uport->iobase >> HIGH_BITS_OFFSET;
722 && (new_port != uport->iobase ||
782 old_iobase = uport->iobase;
795 uport->iobase = new_port;
817 uport->iobase = old_iobase;
1577 : (unsigned long long)uport->iobase,
1698 if (idx < 0 || idx >= nr || (ports[idx].iobase == 0 &&
1701 if (ports[idx].iobase != 0 ||
2021 snprintf(address, sizeof(address), "I/O 0x%lx", port->iobase);
[all...]
H A Dsunsu.c107 outb(up->port.hub6 - 1 + offset, up->port.iobase);
108 return inb(up->port.iobase + 1);
114 return inb(up->port.iobase + offset);
136 outb(up->port.hub6 - 1 + offset, up->port.iobase);
137 outb(value, up->port.iobase + 1);
145 outb(value, up->port.iobase + offset);
704 icp = (up->port.iobase & 0xfe0) | 0x01f;
734 inb((up->port.iobase & 0xfe0) | 0x1f);
H A Dm32r_sio.c244 return __sio_in(up->port.iobase + offset);
249 __sio_out(value, up->port.iobase + offset);
831 *res = request_region(up->port.iobase, size, "serial");
864 start = up->port.iobase;
970 up->port.iobase = old_serial_port[i].port;
H A Dpch_uart.c225 unsigned int iobase; member in struct:eg20t_port
1588 if (!port || (!port->iobase && !port->membase))
1631 unsigned int iobase; local
1665 iobase = pci_resource_start(pdev, 0);
1668 priv->iobase = iobase;
1678 priv->port.iobase = iobase;
/drivers/net/hamradio/
H A Dbaycom_epp.c958 printk(KERN_INFO "%s: close epp at iobase 0x%lx irq %u\n",
1034 hi.data.mp.iobase = dev->base_addr;
1046 dev->base_addr = hi.data.mp.iobase;
1166 static int iobase[NR_PORTS] = { 0x378, }; variable
1170 module_param_array(iobase, int, NULL, 0);
1171 MODULE_PARM_DESC(iobase, "baycom io base address");
1217 dev->base_addr = iobase[i];
1222 iobase[i] = 0;
1279 iobase[nr_dev] = ints[1];
/drivers/parisc/
H A Dsuperio.c401 serial_port.iobase = sio_dev.sp1_base;
411 serial_port.iobase = sio_dev.sp2_base;
/drivers/net/ethernet/dec/tulip/
H A Duli526x.c1626 static void phy_write(unsigned long iobase, u8 phy_addr, u8 offset, u16 phy_data, u32 chip_id) argument
1633 phy_writeby_cr10(iobase, phy_addr, offset, phy_data);
1637 ioaddr = iobase + DCR9;
1674 static u16 phy_read(unsigned long iobase, u8 phy_addr, u8 offset, u32 chip_id) argument
1681 return phy_readby_cr10(iobase, phy_addr, offset);
1683 ioaddr = iobase + DCR9;
1717 static u16 phy_readby_cr10(unsigned long iobase, u8 phy_addr, u8 offset) argument
1721 ioaddr = iobase + DCR10;
1736 static void phy_writeby_cr10(unsigned long iobase, u8 phy_addr, u8 offset, u16 phy_data) argument
1740 ioaddr = iobase
[all...]
/drivers/staging/comedi/drivers/
H A Dcb_pcidas.c1900 unsigned long iobase = devpriv->s5933_config; local
1902 if (wait_for_nvram_ready(iobase) < 0)
1906 iobase + AMCC_OP_REG_MCSR_NVCMD);
1907 outb(address & 0xff, iobase + AMCC_OP_REG_MCSR_NVDATA);
1909 iobase + AMCC_OP_REG_MCSR_NVCMD);
1910 outb((address >> 8) & 0xff, iobase + AMCC_OP_REG_MCSR_NVDATA);
1911 outb(MCSR_NV_ENABLE | MCSR_NV_READ, iobase + AMCC_OP_REG_MCSR_NVCMD);
1913 if (wait_for_nvram_ready(iobase) < 0)
1916 *data = inb(iobase + AMCC_OP_REG_MCSR_NVDATA);
/drivers/net/ethernet/
H A Dethoc.c178 * @iobase: pointer to I/O memory region
197 void __iomem *iobase; member in struct:ethoc
234 return ioread32(dev->iobase + offset);
239 iowrite32(data, dev->iobase + offset);
980 priv->iobase = devm_ioremap_nocache(&pdev->dev, netdev->base_addr,
982 if (!priv->iobase) {
/drivers/ata/
H A Dpata_hpt37x.c832 unsigned long iobase = pci_resource_start(dev, 4); local
937 outb(0x0e, iobase + 0x9c);
950 freq = inl(iobase + 0x90);
/drivers/media/video/cx25821/
H A Dcx25821-alsa.c83 unsigned long iobase; member in struct:cx25821_audio_dev
697 chip->iobase = pci_resource_start(dev->pci, 0);
721 chip->iobase, chip->irq);
/drivers/staging/comedi/drivers/addi-data/
H A Daddi_common.c2657 dev->iobase = (unsigned long)iobase_main; /* DAQ base address... */
2659 dev->iobase = (unsigned long)iobase_a; /* DAQ base address... */
2664 devpriv->iobase = (int) dev->iobase;
2670 dev->iobase = (unsigned long)io_addr[2];
2672 devpriv->iobase = (int) io_addr[2];
/drivers/tty/serial/8250/
H A D8250_pci.c96 port->iobase = 0;
102 port->iobase = base + offset;
905 struct resource *iobase = NULL; local
910 while (inta_addr[i] && iobase == NULL) {
911 iobase = request_region(inta_addr[i], ITE_887x_IOSIZE,
913 if (iobase != NULL) {
926 release_region(iobase->start, ITE_887x_IOSIZE);
927 iobase = NULL;
933 printk(KERN_ERR "ite887x: could not find iobase\n");
938 type = inb(iobase
[all...]
/drivers/char/tpm/
H A Dtpm.h75 void __iomem *iobase; /* ioremapped address */ member in struct:tpm_vendor_specific
/drivers/dma/ioat/
H A Ddma.h312 void __iomem *iobase);
/drivers/net/ethernet/amd/
H A Dsun3lance.c150 volatile unsigned short *iobase; member in struct:lance_private
162 #define DREG lp->iobase[0]
163 #define AREG lp->iobase[1]
356 lp->iobase = (volatile unsigned short *)ioaddr;

Completed in 1319 milliseconds

12345678910