OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__BUILD_IOPORT_SINGLE
(Results
1 - 19
of
19
) sorted by null
/development/ndk/platforms/android-9/arch-mips/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
io.h
77
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); __val = pfx##ioswab##bwlq(__addr, val); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); *__addr = __val; slow; } static inline type pfx##in##bwlq##p(unsigned long port) { volatile type *__addr; type __val; __addr = (void *)__swizzle_addr_##bwlq(mips_io_port_base + port); BUILD_BUG_ON(sizeof(type) > sizeof(unsigned long)); __val = *__addr; slow; return pfx##ioswab##bwlq(__addr, __val); }
81
#define __BUILD_IOPORT_PFX(bus, bwlq, type)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,)
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
Completed in 439 milliseconds