Searched refs:plx (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | daqboard2000.c | 257 void __iomem *plx; member 423 cntrl = readl(devpriv->plx + PLX_REG_CNTRL); in db2k_reset_local_bus() 425 writel(cntrl, devpriv->plx + PLX_REG_CNTRL); in db2k_reset_local_bus() 428 writel(cntrl, devpriv->plx + PLX_REG_CNTRL); in db2k_reset_local_bus() 437 cntrl = readl(devpriv->plx + PLX_REG_CNTRL); in db2k_reload_plx() 439 writel(cntrl, devpriv->plx + PLX_REG_CNTRL); in db2k_reload_plx() 442 writel(cntrl, devpriv->plx + PLX_REG_CNTRL); in db2k_reload_plx() 445 writel(cntrl, devpriv->plx + PLX_REG_CNTRL); in db2k_reload_plx() 454 cntrl = readl(devpriv->plx + PLX_REG_CNTRL); in db2k_pulse_prog_pin() 456 writel(cntrl, devpriv->plx + PLX_REG_CNTRL); in db2k_pulse_prog_pin() [all …]
|
/Linux-v4.19/drivers/net/wan/ |
D | wanxl.c | 78 u8 __iomem *plx; /* PLX PCI9060 virtual base address */ member 254 while((stat = readl(card->plx + PLX_DOORBELL_FROM_CARD)) != 0) { in wanxl_intr() 256 writel(stat, card->plx + PLX_DOORBELL_FROM_CARD); in wanxl_intr() 302 port->card->plx + PLX_DOORBELL_TO_CARD); in wanxl_xmit() 397 u8 __iomem *dbr = port->card->plx + PLX_DOORBELL_TO_CARD; in wanxl_open() 439 port->card->plx + PLX_DOORBELL_TO_CARD); in wanxl_close() 485 writel(cmd, card->plx + PLX_MAILBOX_1); in wanxl_puts_command() 487 if (readl(card->plx + PLX_MAILBOX_1) == 0) in wanxl_puts_command() 500 u32 old_value = readl(card->plx + PLX_CONTROL) & ~PLX_CTL_RESET; in wanxl_reset() 502 writel(0x80, card->plx + PLX_MAILBOX_0); in wanxl_reset() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | hptiop.c | 124 void __iomem *plx = hba->u.itl.plx; in iop_intr_itl() local 128 if (plx && readl(plx + 0x11C5C) & 0xf) in iop_intr_itl() 129 writel(1, plx + 0x11C60); in iop_intr_itl() 626 hba->u.itl.plx = hba->u.itl.iop; in hptiop_map_pci_bar_itl() 629 iounmap(hba->u.itl.plx); in hptiop_map_pci_bar_itl() 638 if (hba->u.itl.plx) in hptiop_unmap_pci_bar_itl() 639 iounmap(hba->u.itl.plx); in hptiop_unmap_pci_bar_itl()
|
D | gdth.c | 986 ha->plx = (gdt6c_plx_regs *)pcistr->io; in gdth_init_pci() 1042 outb(0x00,PTR2USHORT(&ha->plx->control1)); in gdth_init_pci() 1043 outb(0xff,PTR2USHORT(&ha->plx->edoor_reg)); in gdth_init_pci() 1051 outb(1,PTR2USHORT(&ha->plx->ldoor_reg)); in gdth_init_pci() 1081 outb(1,PTR2USHORT(&ha->plx->ldoor_reg)); in gdth_init_pci() 1260 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg)); in gdth_enable_int() 1261 outb(0x03, PTR2USHORT(&ha->plx->control1)); in gdth_enable_int() 1287 IStatus = inb(PTR2USHORT(&ha->plx->edoor_reg)); in gdth_get_status() 1308 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg)); in gdth_test_busy() 1346 outb(1, PTR2USHORT(&ha->plx->sema0_reg)); in gdth_set_sema0() [all …]
|
D | hptiop.h | 282 void __iomem *plx; member
|
D | gdth.h | 849 gdt6c_plx_regs *plx; /* PLX regs (new PCI contr.) */ member
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-nforce2 | 24 Thomas Leibold <thomas@plx.com>,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | tegra124-apalis-v1.2-eval.dts | 75 compatible = "plx,pex8605";
|
D | tegra30-apalis-eval.dts | 85 compatible = "plx,pex8605";
|
D | imx6q-apalis-eval.dts | 171 compatible = "plx,pex8605";
|
D | tegra124-apalis-eval.dts | 111 compatible = "plx,pex8605";
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | xpedite5370.dts | 238 compatible = "plx,pex8518";
|
D | xpedite5301.dts | 240 compatible = "plx,pex8518";
|
D | xcalibur1501.dts | 247 compatible = "plx,pex8648";
|
D | xpedite5330.dts | 276 compatible = "plx,pex8518";
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | trivial-devices.txt | 178 plx,pex8648 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch
|