Home
last modified time | relevance | path

Searched refs:_IO_BASE (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dio.h19 #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 …]
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h15 #ifndef _IO_BASE
16 #define _IO_BASE 0 macro
47 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns))
48 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns))
49 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
50 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns))
51 #define insl(port, buf, nl) _insl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
52 #define outsl(port, buf, nl) _outsl_ns((u32 *)((port)+_IO_BASE), (buf), (nl))
54 #define inb(port) in_8((u8 *)((port)+_IO_BASE))
55 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val))
[all …]
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME110 _IO_BASE -- define for IO base address