Searched refs:iobase (Results 226 - 250 of 284) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_isr.c361 reg = &ha->iobase->isp;
476 reg = &ha->iobase->isp;
572 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
607 struct device_reg_24xx __iomem *reg24 = &vha->hw->iobase->isp24;
608 struct device_reg_82xx __iomem *reg82 = &vha->hw->iobase->isp82;
1262 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1263 struct device_reg_24xx __iomem *reg24 = &ha->iobase->isp24;
1264 struct device_reg_82xx __iomem *reg82 = &ha->iobase->isp82;
2943 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
3824 struct device_reg_24xx __iomem *reg = &ha->iobase
[all...]
H A Dqla_mr.c67 reg = ha->iobase;
676 struct device_reg_fx00 __iomem *reg = &ha->iobase->ispfx00;
787 ha->iobase =
789 if (!ha->iobase) {
800 ha->bars, ha->cregbase, ha->iobase);
843 req->ring = (void __force *)ha->iobase + ha->req_que_off;
858 rsp->ring = (void __force *)ha->iobase + ha->rsp_que_off;
882 struct device_reg_fx00 __iomem *reg = &ha->iobase->ispfx00;
1418 struct device_reg_fx00 __iomem *reg = &ha->iobase->ispfx00;
1463 struct device_reg_fx00 __iomem *reg = &ha->iobase
[all...]
H A Dqla_inline.h534 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
535 struct device_reg_82xx __iomem *reg82 = &ha->iobase->isp82;
H A Dqla_os.c2006 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2021 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2035 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
2048 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
2110 ha->iobase = ioremap(pci_resource_start(ha->pdev, 1), MIN_IOBASE_LEN);
2111 if (!ha->iobase) {
2191 ha->iobase = ioremap(pci_resource_start(ha->pdev, 0), MIN_IOBASE_LEN);
2192 if (!ha->iobase) {
3230 "Found an ISP%04X irq %d iobase 0x%p.\n",
3231 pdev->device, pdev->irq, ha->iobase);
[all...]
H A Dqla_nx.c1645 ha->iobase = ha->nx_pcibase;
1647 ha->iobase = ha->nx_pcibase + 0xbc000 + (ha->pdev->devfn << 11);
1673 "nx_pci_base=%p iobase=%p "
1675 ha->nx_pcibase, ha->iobase,
1678 "nx_pci_base=%p iobase=%p "
1680 ha->nx_pcibase, ha->iobase,
1732 struct device_reg_82xx __iomem *reg = &ha->iobase->isp82;
1954 struct device_reg_82xx __iomem *reg = &ha->iobase->isp82;
2019 reg = &ha->iobase->isp82;
2086 reg = &ha->iobase
[all...]
/linux-master/drivers/ata/
H A Dpata_hpt37x.c807 unsigned long iobase = pci_resource_start(dev, 4); local
928 outb(0x0e, iobase + 0x9c);
/linux-master/drivers/mmc/host/
H A Dcb710-mmc.c255 slot->iobase + CB710_MMC_DATA_PORT, dw_count);
336 slot->iobase + CB710_MMC_DATA_PORT, 4);
/linux-master/drivers/thunderbolt/
H A Dicm.c378 val = ioread32(nhi->iobase + REG_FW_STS);
1473 val = ioread32(nhi->iobase + REG_FW_STS);
1683 val = ioread32(tb->nhi->iobase + REG_FW_STS);
1798 val = ioread32(nhi->iobase + REG_FW_STS);
1800 iowrite32(val, nhi->iobase + REG_FW_STS);
1803 val = ioread32(nhi->iobase + REG_FW_STS);
1806 iowrite32(val, nhi->iobase + REG_FW_STS);
1831 val = ioread32(nhi->iobase + REG_FW_STS);
/linux-master/drivers/net/ethernet/3com/
H A D3c509.c284 unsigned int iobase; local
292 iobase = id_read_eeprom(8);
293 if_port = iobase >> 14;
294 ioaddr = 0x200 + ((iobase & 0x1f) << 4);
/linux-master/drivers/tty/serial/
H A Dmux.c451 port->iobase = 0;
/linux-master/sound/pci/rme9652/
H A Dhdspm.c170 These are defined as byte-offsets from the iobase value. */
197 These are defined as byte-offsets from the iobase value */
1042 void __iomem *iobase; member in struct:hdspm
1137 writel(val, hdspm->iobase + reg);
1142 return readl(hdspm->iobase + reg);
4881 hdspm->irq, hdspm->port, (unsigned long)hdspm->iobase);
5038 hdspm->irq, hdspm->port, (unsigned long)hdspm->iobase);
6170 readl(hdspm->iobase +
6173 readl(hdspm->iobase +
6176 readl(hdspm->iobase
[all...]
H A Drme9652.c190 void __iomem *iobase; member in struct:snd_rme9652
301 writel(val, rme9652->iobase + reg);
306 return readl(rme9652->iobase + reg);
402 them all to zero. Note that s->iobase is a pointer to
1552 rme9652->irq, rme9652->port, (unsigned long)rme9652->iobase);
2414 rme9652->iobase = devm_ioremap(&pci->dev, rme9652->port, RME9652_IO_EXTENT);
2415 if (rme9652->iobase == NULL) {
/linux-master/drivers/tty/serial/8250/
H A D8250.h105 .iobase = _base, \
H A D8250_of.c92 port->iobase = resource.start;
H A D8250_fintek.c388 if (aux != uart->port.iobase)
/linux-master/drivers/dma/ioat/
H A Ddma.h402 struct dca_provider *ioat_dca_init(struct pci_dev *pdev, void __iomem *iobase);
/linux-master/drivers/comedi/drivers/
H A Dcb_pcimdas.c107 * PCI Bar 4 Register map (dev->iobase)
365 dev->iobase = pci_resource_start(pcidev, 4);
H A Dcb_pcidda.c349 dev->iobase = pci_resource_start(pcidev, 2);
H A Dni_labpc_common.c86 return inb(dev->iobase + reg);
92 outb(byte, dev->iobase + reg);
1242 comedi_8254_io_alloc(dev->iobase + COUNTER_B_BASE_REG,
1245 comedi_8254_io_alloc(dev->iobase + COUNTER_A_BASE_REG,
H A Dcb_pcidas.c154 * PCI BAR3 Register map (dev->iobase)
1274 dev->iobase = pci_resource_start(pcidev, 3);
1291 dev->pacer = comedi_8254_io_alloc(dev->iobase + PCIDAS_AI_8254_BASE,
1297 comedi_8254_io_alloc(dev->iobase + PCIDAS_AO_8254_BASE,
/linux-master/drivers/tty/serial/jsm/
H A Djsm.h145 u64 iobase; /* Start of io base of the card */ member in struct:jsm_board
/linux-master/sound/drivers/
H A Dserial-u16550.c754 unsigned long iobase,
773 uart->base = iobase;
778 printk(KERN_ERR "no UART detected at 0x%lx\n", iobase);
753 snd_uart16550_create(struct snd_card *card, unsigned long iobase, int irq, unsigned int speed, unsigned int base, int adaptor, int droponfull, struct snd_uart16550 **ruart) argument
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c57 unsigned long iobase; member in struct:snd_card_saa7134
1147 chip->iobase = pci_resource_start(dev->pci, 0);
1174 chip->dev->name, chip->iobase, chip->irq);
/linux-master/arch/m68k/kernel/
H A Dhead.S788 /* On the Hades, the iobase must be set up before opening the
794 1: lea %pc@(L(iobase)),%a0
1399 /* fixup the Atari iobase register location before printing */
1400 movel #0xff000000,L(iobase)
1423 * Fix up the iobase register to point to the new location of the LEDs.
1425 movel #0xf0000000,L(iobase)
1454 * Fix up the iobase before printing
1456 movel #0x80000000,L(iobase)
2862 movel %pc@(L(iobase)),%a1
3043 movel %pc@(L(iobase)),
[all...]
/linux-master/drivers/char/mwave/
H A Dmwavedd.c474 uart.port.iobase = port;

Completed in 392 milliseconds

1234567891011>>