Home
last modified time | relevance | path

Searched refs:__io (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/arch/nds32/include/asm/
Dio.h242 #ifdef __io
243 #define outb(v, p) __raw_writeb(v, __io(p))
244 #define outw(v, p) __raw_writew(cpu_to_le16(v), __io(p))
245 #define outl(v, p) __raw_writel(cpu_to_le32(v), __io(p))
247 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; })
248 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; })
249 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; })
251 #define outsb(p, d, l) writesb(__io(p), d, l)
252 #define outsw(p, d, l) writesw(__io(p), d, l)
253 #define outsl(p, d, l) writesl(__io(p), d, l)
[all …]
/external/libxml2/python/
Dlibxml.py56 self.__io = _obj
60 if self.__io == None:
62 self.__io.close()
63 self.__io = None
67 if self.__io == None:
69 self.__io.flush()
73 if self.__io == None:
77 ret = self.__io.read()
79 ret = self.__io.read(len)
84 print("on IO:", self.__io)
[all …]
/external/u-boot/arch/riscv/include/asm/
Dio.h260 #ifdef __io
261 #define outb(v, p) __raw_writeb(v, __io(p))
262 #define outw(v, p) __raw_writew(cpu_to_le16(v), __io(p))
263 #define outl(v, p) __raw_writel(cpu_to_le32(v), __io(p))
265 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; })
266 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; })
267 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; })
269 #define outsb(p, d, l) writesb(__io(p), d, l)
270 #define outsw(p, d, l) writesw(__io(p), d, l)
271 #define outsl(p, d, l) writesl(__io(p), d, l)
[all …]
/external/u-boot/arch/arm/include/asm/
Dio.h226 #ifdef __io
227 #define outb(v,p) __raw_writeb(v,__io(p))
228 #define outw(v,p) __raw_writew(cpu_to_le16(v),__io(p))
229 #define outl(v,p) __raw_writel(cpu_to_le32(v),__io(p))
231 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; })
232 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; })
233 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; })
235 #define outsb(p,d,l) __raw_writesb(__io(p),d,l)
236 #define outsw(p,d,l) __raw_writesw(__io(p),d,l)
237 #define outsl(p,d,l) __raw_writesl(__io(p),d,l)
[all …]
/external/u-boot/include/configs/
Dnsa310s.h70 #define __io macro
Dib62x0.h81 #define __io macro
Dsheevaplug.h86 #define __io macro
Dedminiv2.h134 #define __io macro
/external/clang/test/Parser/
Dcxx-member-crash.cpp13 …, _InIter>:: _M_extract_float(_InIter __beg, _InIter __end, ios_base& __io, ios_base::i… argument
/external/u-boot/arch/arm/mach-kirkwood/include/mach/
Dconfig.h95 #define __io macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
D2006-01-14-CallGraphUpdate.ll13 …har_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %…
/external/llvm/test/Transforms/Inline/
D2006-01-14-CallGraphUpdate.ll13 …har_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %…
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
D2006-01-14-CallGraphUpdate.ll13 …har_traits<wchar_t> >"* %__s.0__, i32 %__s.1__, %"struct.std::ios_base"* %__io, i32 %__fill, i32 %…
/external/u-boot/drivers/bios_emulator/
Dbios.c44 #define __io macro
Dbesys.c50 #define __io macro