Searched refs:plx (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wan/
H A Dwanxl.c78 u8 __iomem *plx; /* PLX PCI9060 virtual base address */ member in struct:card
254 while((stat = readl(card->plx + PLX_DOORBELL_FROM_CARD)) != 0) {
256 writel(stat, card->plx + PLX_DOORBELL_FROM_CARD);
302 port->card->plx + PLX_DOORBELL_TO_CARD);
397 u8 __iomem *dbr = port->card->plx + PLX_DOORBELL_TO_CARD;
439 port->card->plx + PLX_DOORBELL_TO_CARD);
485 writel(cmd, card->plx + PLX_MAILBOX_1);
487 if (readl(card->plx + PLX_MAILBOX_1) == 0)
500 u32 old_value = readl(card->plx + PLX_CONTROL) & ~PLX_CTL_RESET;
502 writel(0x80, card->plx
[all...]
/drivers/staging/comedi/drivers/
H A Ddaqboard2000.c277 void __iomem *plx; member in struct:daqboard2000_private
445 writel(DAQBOARD2000_SECRLocalBusHi, devpriv->plx + 0x6c);
447 writel(DAQBOARD2000_SECRLocalBusLo, devpriv->plx + 0x6c);
455 writel(DAQBOARD2000_SECRReloadLo, devpriv->plx + 0x6c);
457 writel(DAQBOARD2000_SECRReloadHi, devpriv->plx + 0x6c);
459 writel(DAQBOARD2000_SECRReloadLo, devpriv->plx + 0x6c);
467 writel(DAQBOARD2000_SECRProgPinHi, devpriv->plx + 0x6c);
469 writel(DAQBOARD2000_SECRProgPinLo, devpriv->plx + 0x6c);
517 secr = readl(devpriv->plx + 0x6c);
674 devpriv->plx
[all...]
/drivers/scsi/
H A Dhptiop.c124 void __iomem *plx = hba->u.itl.plx; local
128 if (plx && readl(plx + 0x11C5C) & 0xf)
129 writel(1, plx + 0x11C60);
626 hba->u.itl.plx = hba->u.itl.iop;
629 iounmap(hba->u.itl.plx);
638 if (hba->u.itl.plx)
639 iounmap(hba->u.itl.plx);
H A Dhptiop.h282 void __iomem *plx; member in struct:hptiop_hba::__anon5484::__anon5485
H A Dgdth.c985 ha->plx = (gdt6c_plx_regs *)pcistr->io;
1041 outb(0x00,PTR2USHORT(&ha->plx->control1));
1042 outb(0xff,PTR2USHORT(&ha->plx->edoor_reg));
1050 outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
1080 outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
1259 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg));
1260 outb(0x03, PTR2USHORT(&ha->plx->control1));
1286 IStatus = inb(PTR2USHORT(&ha->plx->edoor_reg));
1307 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg));
1345 outb(1, PTR2USHORT(&ha->plx
[all...]
H A Dgdth.h851 gdt6c_plx_regs *plx; /* PLX regs (new PCI contr.) */ member in struct:__anon5421

Completed in 154 milliseconds