Searched refs:gpib_base (Results 1 – 2 of 2) sorted by relevance
79 a_priv->gpib_base + SRAM_ACCESS_CONTROL_REG); in agilent_82350b_accel_read()268 a_priv->gpib_base + EVENT_STATUS_REG); in agilent_82350b_interrupt()282 lo = readb(a_priv->gpib_base + XFER_COUNT_LO_REG); in read_transfer_counter()469 writeb(value, a_priv->gpib_base + T1_DELAY_REG); in agilent_82350b_t1_delay()713 a_priv->gpib_base + EVENT_ENABLE_REG); in agilent_82350b_generic_attach()718 a_priv->gpib_base + EVENT_STATUS_REG); in agilent_82350b_generic_attach()720 writeb(0, a_priv->gpib_base + EVENT_ENABLE_REG); in agilent_82350b_generic_attach()722 a_priv->gpib_base + INTERRUPT_ENABLE_REG); in agilent_82350b_generic_attach()756 if (a_priv->gpib_base) { in agilent_82350b_detach()764 if (a_priv->gpib_base) in agilent_82350b_detach()[all …]
49 void __iomem *gpib_base; member155 return readb(a_priv->gpib_base + STREAM_STATUS_REG) & HALTED_STATUS_BIT; in agilent_82350b_fifo_is_halted()