OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__BUILD_IOPORT_STRING
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
io.h
94
#define
__BUILD_IOPORT_STRING
(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
95
#define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type)
__BUILD_IOPORT_STRING
(bwlq, type)
/development/ndk/platforms/android-9/arch-mips/include/asm/
io.h
94
#define
__BUILD_IOPORT_STRING
(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
95
#define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type)
__BUILD_IOPORT_STRING
(bwlq, type)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h
94
#define
__BUILD_IOPORT_STRING
(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
95
#define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type)
__BUILD_IOPORT_STRING
(bwlq, type)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h
94
#define
__BUILD_IOPORT_STRING
(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
95
#define BUILDSTRING(bwlq, type) __BUILD_MEMORY_STRING(bwlq, type)
__BUILD_IOPORT_STRING
(bwlq, type)
/external/kernel-headers/original/asm-mips/
io.h
470
#define
__BUILD_IOPORT_STRING
(bwlq, type) \
497
__BUILD_IOPORT_STRING
(bwlq, type)
Completed in 879 milliseconds