Home
last modified time | relevance | path

Searched refs:plx_base (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.c529 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()
H A Dagilent_82350b.h48 void __iomem *plx_base; /* 82350a only */ member