Searched refs:sfx (Results 1 – 3 of 3) sorted by relevance
| /include/ |
| A D | sh_pfc.h | 118 #define PORT_1(fn, pfx, sfx) fn(pfx, sfx) argument 121 PORT_1(fn, pfx##0, sfx), PORT_1(fn, pfx##1, sfx), \ 122 PORT_1(fn, pfx##2, sfx), PORT_1(fn, pfx##3, sfx), \ 123 PORT_1(fn, pfx##4, sfx), PORT_1(fn, pfx##5, sfx), \ 124 PORT_1(fn, pfx##6, sfx), PORT_1(fn, pfx##7, sfx), \ 125 PORT_1(fn, pfx##8, sfx), PORT_1(fn, pfx##9, sfx) 128 PORT_10(fn, pfx##1, sfx), PORT_10(fn, pfx##2, sfx), \ 129 PORT_10(fn, pfx##3, sfx), PORT_10(fn, pfx##4, sfx), \ 130 PORT_10(fn, pfx##5, sfx), PORT_10(fn, pfx##6, sfx), \ 131 PORT_10(fn, pfx##7, sfx), PORT_10(fn, pfx##8, sfx), \ [all …]
|
| A D | compiler.h | 80 #define _uswap_64(x, sfx) \ argument 81 ((((x) & 0xff00000000000000##sfx) >> 56) | \ 82 (((x) & 0x00ff000000000000##sfx) >> 40) | \ 83 (((x) & 0x0000ff0000000000##sfx) >> 24) | \ 84 (((x) & 0x000000ff00000000##sfx) >> 8) | \ 85 (((x) & 0x00000000ff000000##sfx) << 8) | \ 86 (((x) & 0x0000000000ff0000##sfx) << 24) | \ 87 (((x) & 0x000000000000ff00##sfx) << 40) | \ 88 (((x) & 0x00000000000000ff##sfx) << 56))
|
| A D | wait_bit.h | 37 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument 39 static inline int wait_for_bit_##sfx(const void *reg, \
|
Completed in 7 milliseconds