Lines Matching refs:io_base
1805 unsigned int io_base; in uaa_to_xfi() local
1817 io_base = pci_resource_start(pci, 0); in uaa_to_xfi()
1818 mem_base = ioremap(io_base, pci_resource_len(pci, 0)); in uaa_to_xfi()
1922 if (!hw->io_base) { in hw_card_start()
1928 hw->io_base = pci_resource_start(pci, 5); in hw_card_start()
1930 hw->io_base = pci_resource_start(pci, 0); in hw_card_start()
1959 hw->io_base = 0; in hw_card_start()
1991 if (hw->io_base) in hw_card_shutdown()
1994 hw->io_base = 0; in hw_card_shutdown()
2116 outl(reg, hw->io_base + 0x0); in hw_read_20kx()
2117 value = inl(hw->io_base + 0x4); in hw_read_20kx()
2130 outl(reg, hw->io_base + 0x0); in hw_write_20kx()
2131 outl(data, hw->io_base + 0x4); in hw_write_20kx()
2144 outl(reg, hw->io_base + 0x10); in hw_read_pci()
2145 value = inl(hw->io_base + 0x14); in hw_read_pci()
2158 outl(reg, hw->io_base + 0x10); in hw_write_pci()
2159 outl(data, hw->io_base + 0x14); in hw_write_pci()
2289 if (hw->io_base) in destroy_20k1_hw_obj()