Searched refs:CONFIG_CONTROL_STATUS_REG (Results 1 – 2 of 2) sorted by relevance
37 CONFIG_CONTROL_STATUS_REG = 0x0, enumerator
516 if (inb(hp_priv->iobase[0] + CONFIG_CONTROL_STATUS_REG) & XILINX_READY_BIT) in xilinx_ready()537 if (inb(hp_priv->iobase[0] + CONFIG_CONTROL_STATUS_REG) & DONE_PGL_BIT) in xilinx_done()657 outb(hp_priv->config_control_bits, hp_priv->iobase[0] + CONFIG_CONTROL_STATUS_REG); in set_xilinx_not_prog()759 outb(hp_priv->config_control_bits, hp_priv->iobase[0] + CONFIG_CONTROL_STATUS_REG); in hp_82341_attach()
Completed in 861 milliseconds