Home
last modified time | relevance | path

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

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