Searched refs:__X (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sfp-machine.h | 183 FP_DECL_S(__X); \ 184 FP_CONV(S, D, 1, 2, __X, X); \ 185 _FP_PACK_CANONICAL(S, 1, __X); \ 187 _FP_UNPACK_CANONICAL(S, 1, __X); \ 188 FP_CONV(D, S, 2, 1, X, __X); \
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mscc_sgpio.c | 44 #define __X(bf, x) (((x) >> (bf).beg) & GENMASK(((bf).end - (bf).beg), 0)) macro 52 #define MSCC_X_PORT_CFG_BIT_SOURCE(p, x) __X(p->props->bit_source, x)
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | 1282 #define DMA_CONTIG(__X, __Y) \ argument 1283 (((((unsigned long) __X) | ((unsigned long) __Y)) << (BITS_PER_LONG - iovp_shift)) == 0UL)
|