Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/include/export/lib/
H A Dutils_def_exp.h22 # define U(_x) (_x) argument
23 # define UL(_x) (_x) argument
24 # define ULL(_x) (_x) argument
25 # define L(_x) (_x) argument
26 # define LL(_x) (_x) argument
28 # define U_(_x) (_x##U) argument
29 # define U(_x) U_(_x) argument
30 # define UL_(_x) (_x##UL) argument
31 # define UL(_x) UL_(_x) argument
32 # define ULL_(_x) (_x##ULL) argument
[all …]
/rk3399_ARM-atf/include/lib/libc/aarch32/
H A Dendian_.h82 __bswap64(uint64_t _x) in __bswap64() argument
85 return ((_x >> 56) | ((_x >> 40) & 0xff00) | ((_x >> 24) & 0xff0000) | in __bswap64()
86 ((_x >> 8) & 0xff000000) | ((_x << 8) & ((uint64_t)0xff << 32)) | in __bswap64()
87 ((_x << 24) & ((uint64_t)0xff << 40)) | in __bswap64()
88 ((_x << 40) & ((uint64_t)0xff << 48)) | ((_x << 56))); in __bswap64()
/rk3399_ARM-atf/include/lib/
H A Dutils_def.h110 __typeof__(x) _x = (x); \
112 (void)(&_x == &_y); \
113 (_x < _y) ? _x : _y; \
117 __typeof__(x) _x = (x); \
119 (void)(&_x == &_y); \
120 (_x > _y) ? _x : _y; \
124 __typeof__(x) _x = (x); \
127 (void)(&_x == &_min); \
128 (void)(&_x == &_max); \
129 ((_x > _max) ? _max : ((_x < _min) ? _min : _x)); \
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_gpio.h25 #define GPIO_PIN_(_x) U(_x) argument
28 #define GPIO_ALTERNATE_(_x) U(_x) argument
/rk3399_ARM-atf/drivers/ti/ipc/
H A Dsec_proxy.c84 #define SP_THREAD(_x) \ argument
85 [_x] = { \
86 .name = #_x, \
87 .data = SEC_PROXY_THREAD(SEC_PROXY_DATA_BASE, _x), \
88 .scfg = SEC_PROXY_THREAD(SEC_PROXY_SCFG_BASE, _x), \
89 .rt = SEC_PROXY_THREAD(SEC_PROXY_RT_BASE, _x), \
/rk3399_ARM-atf/include/drivers/
H A Dmmc.h18 #define MMC_CMD(_x) U(_x) argument
20 #define MMC_ACMD(_x) U(_x) argument
/rk3399_ARM-atf/plat/mediatek/drivers/spm/
H A Dmt_spm_common_v1.h288 #define MT_SPM_HW_CG_STA_INIT(_x) ({ if (_x) _x->sta = 0; }) argument
H A Dmt_spm_rc_api_common.h104 #define do_irqs_delivery(_x, _w) argument
/rk3399_ARM-atf/docs/
H A Dchange-log.md12240 - Added U(\_x) macro and together with the existing ULL(\_x) macro fixed some