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 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/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)
/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)
/external/kernel-headers/original/asm-mips/
io.h
366
#define
__BUILD_IOPORT_SINGLE
(pfx, bwlq, type, p, slow) \
415
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, ,) \
416
__BUILD_IOPORT_SINGLE
(bus, bwlq, type, _p, SLOW_DOWN_IO)
/prebuilts/ndk/8/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/8/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/9/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/9/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/9/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 26 milliseconds