Lines Matching defs:io_base
1795 unsigned int io_base;
1807 io_base = pci_resource_start(pci, 0);
1808 mem_base = ioremap(io_base, pci_resource_len(pci, 0));
1911 if (!hw->io_base) {
1917 hw->io_base = pci_resource_start(pci, 5);
1919 hw->io_base = pci_resource_start(pci, 0);
1949 hw->io_base = 0;
1978 if (hw->io_base)
1981 hw->io_base = 0;
2103 outl(reg, hw->io_base + 0x0);
2104 value = inl(hw->io_base + 0x4);
2117 outl(reg, hw->io_base + 0x0);
2118 outl(data, hw->io_base + 0x4);
2131 outl(reg, hw->io_base + 0x10);
2132 value = inl(hw->io_base + 0x14);
2145 outl(reg, hw->io_base + 0x10);
2146 outl(data, hw->io_base + 0x14);
2276 if (hw->io_base)