Lines Matching refs:mem_start
36 void __iomem *mem_start; member
69 writeb(v, hw_priv->mem_start + a); in hfa384x_outb_debug()
86 v = readb(hw_priv->mem_start + a); in hfa384x_inb_debug()
105 writew(v, hw_priv->mem_start + a); in hfa384x_outw_debug()
122 v = readw(hw_priv->mem_start + a); in hfa384x_inw_debug()
143 writeb(v, hw_priv->mem_start + a); in hfa384x_outb()
152 return readb(hw_priv->mem_start + a); in hfa384x_inb()
161 writew(v, hw_priv->mem_start + a); in hfa384x_outw()
170 return readw(hw_priv->mem_start + a); in hfa384x_inw()
332 hw_priv->mem_start = mem; in prism2_pci_probe()
381 void __iomem *mem_start; in prism2_pci_remove() local
395 mem_start = hw_priv->mem_start; in prism2_pci_remove()
399 iounmap(mem_start); in prism2_pci_remove()