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));
1907 if (!hw->io_base) {
1913 hw->io_base = pci_resource_start(pci, 5);
1915 hw->io_base = pci_resource_start(pci, 0);
1945 hw->io_base = 0;
1974 if (hw->io_base)
1977 hw->io_base = 0;
2099 outl(reg, hw->io_base + 0x0);
2100 value = inl(hw->io_base + 0x4);
2113 outl(reg, hw->io_base + 0x0);
2114 outl(data, hw->io_base + 0x4);
2127 outl(reg, hw->io_base + 0x10);
2128 value = inl(hw->io_base + 0x14);
2141 outl(reg, hw->io_base + 0x10);
2142 outl(data, hw->io_base + 0x14);
2272 if (hw->io_base)