Searched refs:plx_base (Results 1 – 2 of 2) sorted by relevance
529 a_priv->plx_base + PLX9050_CNTRL_REG); in init_82350a_hardware()531 writel(plx_cntrl_static_bits, a_priv->plx_base + PLX9050_CNTRL_REG); in init_82350a_hardware()534 a_priv->plx_base + PLX9050_CNTRL_REG); in init_82350a_hardware()649 a_priv->plx_base = ioremap(pci_resource_start(a_priv->pci_device, PLX_MEM_REGION), in agilent_82350b_generic_attach()651 dev_dbg(board->gpib_dev, "plx base address remapped to 0x%p\n", a_priv->plx_base); in agilent_82350b_generic_attach()711 a_priv->plx_base + PLX9050_INTCSR_REG); in agilent_82350b_generic_attach()753 if (a_priv->plx_base) /* disable interrupts */ in agilent_82350b_detach()754 writel(0, a_priv->plx_base + PLX9050_INTCSR_REG); in agilent_82350b_detach()769 if (a_priv->plx_base) in agilent_82350b_detach()770 iounmap(a_priv->plx_base); in agilent_82350b_detach()
48 void __iomem *plx_base; /* 82350a only */ member