Searched refs:plx_base (Results 1 – 2 of 2) sorted by relevance
527 a_priv->plx_base + PLX9050_CNTRL_REG); in init_82350a_hardware()529 writel(plx_cntrl_static_bits, a_priv->plx_base + PLX9050_CNTRL_REG); in init_82350a_hardware()532 a_priv->plx_base + PLX9050_CNTRL_REG); in init_82350a_hardware()646 a_priv->plx_base = ioremap(pci_resource_start(a_priv->pci_device, PLX_MEM_REGION), in agilent_82350b_generic_attach()648 dev_dbg(board->gpib_dev, "plx base address remapped to 0x%p\n", a_priv->plx_base); in agilent_82350b_generic_attach()708 a_priv->plx_base + PLX9050_INTCSR_REG); in agilent_82350b_generic_attach()750 if (a_priv->plx_base) // disable interrupts in agilent_82350b_detach()751 writel(0, a_priv->plx_base + PLX9050_INTCSR_REG); in agilent_82350b_detach()766 if (a_priv->plx_base) in agilent_82350b_detach()767 iounmap(a_priv->plx_base); in agilent_82350b_detach()
48 void __iomem *plx_base; //82350a only member