Searched refs:iobase (Results 251 - 275 of 282) sorted by relevance

<<1112

/linux-master/include/linux/
H A Dthunderbolt.h479 * @iobase: MMIO space of the NHI
495 void __iomem *iobase; member in struct:tb_nhi
H A Dmsi.h137 * @iobase: Domain specific IOmem pointer
146 void __iomem *iobase; member in union:msi_domain_cookie
H A Dserial_core.h431 unsigned long iobase; /* in/out[bwl] */ member in struct:uart_port
/linux-master/drivers/net/hamradio/
H A Dhdlcdrv.c528 bi.data.mp.iobase = dev->base_addr;
540 dev->base_addr = bi.data.mp.iobase;
/linux-master/drivers/mmc/host/
H A Dalcor.c219 ioread32_rep(priv->iobase + AU6601_REG_BUFFER, buf, len >> 2);
221 iowrite32_rep(priv->iobase + AU6601_REG_BUFFER, buf, len >> 2);
/linux-master/drivers/tty/serial/8250/
H A D8250_exar.c737 uart.port.iobase, uart.port.irq, uart.port.iotype);
743 uart.port.iobase, uart.port.irq,
H A D8250_pci1xxxx.c772 uart.port.iobase, uart.port.irq, uart.port.iotype,
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c264 outl(data, dev->iobase + reg);
269 outw(data, dev->iobase + reg);
274 outb(data, dev->iobase + reg);
279 return inl(dev->iobase + reg);
284 return inw(dev->iobase + reg);
289 return inb(dev->iobase + reg);
299 * iobase+reg*2.
302 * 611x devices map the read registers to iobase+(addr-1)*2.
4183 int dir, int port, int data, unsigned long iobase)
4186 ni_writeb(dev, data, iobase
4182 ni_8255_callback(struct comedi_device *dev, int dir, int port, int data, unsigned long iobase) argument
[all...]
H A Dcb_pcidas64.c3423 int dir, int port, int data, unsigned long iobase)
3428 writew(data, devpriv->main_iobase + iobase + 2 * port);
3431 return readw(devpriv->main_iobase + iobase + 2 * port);
3422 dio_callback_4020(struct comedi_device *dev, int dir, int port, int data, unsigned long iobase) argument
/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c162 return inb(par->iobase + reg - 0x300);
167 outb(val, par->iobase + reg - 0x300);
1450 default_par->iobase = pci_resource_start(pdev, 2);
1453 pci_resource_len(pdev, 2), "tdfx iobase")) {
1454 printk(KERN_ERR "tdfxfb: Can't reserve iobase\n");
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c2722 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
2884 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2916 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2997 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
3107 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
3264 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
3314 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
3451 struct device_reg_24xx __iomem *reg = &vha->hw->iobase->isp24;
3460 struct device_reg_24xx __iomem *reg = &vha->hw->iobase->isp24;
3479 wrt_reg_dword(&vha->hw->iobase
[all...]
H A Dqla_tmpl.c9 #define ISPREG(vha) (&(vha)->hw->iobase->isp24)
H A Dqla_iocb.c344 reg = &ha->iobase->isp;
480 rd_reg_dword_relaxed(&ha->iobase->isp24.hccr);
3393 reg = &ha->iobase->isp82;
/linux-master/drivers/tty/serial/
H A Dsunplus-uart.c753 if (!(dev->port.membase || dev->port.iobase))
H A Dstm32-usart.c2036 if (!(device->port.membase || device->port.iobase))
2045 if (!(device->port.membase || device->port.iobase))
2054 if (!(device->port.membase || device->port.iobase))
H A Duartlite.c661 port->iobase = 1; /* mark port in use */
H A Dsa1100.c557 if (sport->port.iobase != ser->port)
H A Dmax310x.c1376 s->p[i].port.iobase = i;
H A Dsc16is7xx.c1553 s->p[i].port.iobase = i;
H A Dxilinx_uartps.c1077 if (port->iobase != ser->port)
H A Domap-serial.c1181 if (!(device->port.membase || device->port.iobase))
/linux-master/drivers/dma/ioat/
H A Dinit.c1336 alloc_ioatdma(struct pci_dev *pdev, void __iomem *iobase) argument
1343 d->reg_base = iobase;
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c254 unsigned long iobase; member in struct:pxa_i2c
1484 i2c->iobase = res->start;
/linux-master/drivers/scsi/
H A Dqla1280.h1014 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */ member in struct:scsi_qla_host
/linux-master/drivers/pci/controller/
H A Dpci-aardvark.c1048 bridge->conf.iobase = PCI_IO_RANGE_TYPE_32;

Completed in 312 milliseconds

<<1112