Searched refs:_IO_BASE (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Diomap.c16 return (void __iomem *) (port + _IO_BASE);
H A Dpci_64.c103 __flush_hash_table_range(res->start + _IO_BASE,
104 res->end + _IO_BASE + 1);
206 bus->resource[0]->start + _IO_BASE,
207 bus->resource[0]->end + _IO_BASE);
H A Dpci-common.c323 (unsigned long)hose->io_base_virt - _IO_BASE;
513 ioaddr -= (unsigned long)hose->io_base_virt - _IO_BASE;
580 offset = (unsigned long)hose->io_base_virt - _IO_BASE;
620 offset = (unsigned long)hose->io_base_virt - _IO_BASE;
687 unsigned long io_offset = (unsigned long)hose->io_base_virt - _IO_BASE;
977 offset = (unsigned long)hose->io_base_virt - _IO_BASE;
1370 offset = (unsigned long)hose->io_base_virt - _IO_BASE;
1525 return (unsigned long) hose->io_base_virt - _IO_BASE;
H A Dtraps.c560 regs->gpr[rb] - _IO_BASE, nip);
/linux-master/arch/microblaze/include/asm/
H A Dio.h17 #define _IO_BASE 0 macro
20 #define _IO_BASE isa_io_base macro
30 #define PCI_IOBASE ((void __iomem *)_IO_BASE)
/linux-master/arch/hexagon/include/asm/
H A Dio.h20 * _IO_BASE is pointing at what should be unused virtual space.
23 #define _IO_BASE ((void __iomem *)0xfe000000) macro
201 return readb(_IO_BASE + (port & IO_SPACE_LIMIT));
206 return readw(_IO_BASE + (port & IO_SPACE_LIMIT));
211 return readl(_IO_BASE + (port & IO_SPACE_LIMIT));
221 writeb(data, _IO_BASE + (port & IO_SPACE_LIMIT));
226 writew(data, _IO_BASE + (port & IO_SPACE_LIMIT));
231 writel(data, _IO_BASE + (port & IO_SPACE_LIMIT));
/linux-master/arch/powerpc/include/asm/
H A Dio.h36 * bases. Most of this file only uses _IO_BASE though which we
40 #define _IO_BASE 0 macro
44 #define _IO_BASE isa_io_base macro
48 #define _IO_BASE pci_io_base macro
59 /* Boolean set by platform if PIO accesses are suppored while _IO_BASE
511 : "r" (port + _IO_BASE) \
526 : : "r" (val), "r" (port + _IO_BASE) \
588 #define __do_outb(val, port) writeb(val,(PCI_IO_ADDR)_IO_BASE+port);
589 #define __do_outw(val, port) writew(val,(PCI_IO_ADDR)_IO_BASE+port);
590 #define __do_outl(val, port) writel(val,(PCI_IO_ADDR)_IO_BASE
[all...]

Completed in 247 milliseconds