Searched refs:_IO_BASE (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 14 #ifndef _IO_BASE 15 #define _IO_BASE 0 macro 46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) 47 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns)) 48 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 50 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 51 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 53 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) 54 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) [all …]
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 19 #ifndef _IO_BASE 20 #define _IO_BASE 0 macro 43 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) 44 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns)) 45 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 46 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) 47 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 48 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl)) 50 #define inb(port) in_8((u8 *)((port)+_IO_BASE)) 51 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) [all …]
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | README | 110 _IO_BASE -- define for IO base address
|