Home
last modified time | relevance | path

Searched defs:t (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/lib/libc/
H A Dqsort.c58 char t; in swapfunc() local
71 #define CMP(t, x, y) (cmp((x), (y), (t))) argument
73 #define CMP(t, x, y) (cmp((t), (x), (y))) argument
75 #define CMP(t, x, y) (cmp((x), (y), (t))) argument
77 #define CMP(t, x, y) (cmp((x), (y))) argument
/rk3399_ARM-atf/plat/nxp/common/sip_svc/include/
H A Dsipsvc.h60 #define SIP_PARAM_TYPE_GET(t, i) ((((uint32_t)(t)) >> ((i) * 4)) & 0xF) argument
66 #define SIP_PARAM_TYPE_SET(t, i) (((uint32_t)(t) & 0xF) << ((i) * 4)) argument
/rk3399_ARM-atf/include/lib/
H A Dbakery_lock.h26 static inline unsigned int bakery_get_priority(unsigned int t, unsigned int pos) in bakery_get_priority()
/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_hal.c129 int64_t t; in upower_read_temperature() local
/rk3399_ARM-atf/lib/debugfs/
H A Ddevfip.c246 int r, n, t; in fipmount() local
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dimx8ulp_psci.c48 #define PAD_CFG(c, r, t) \ argument
/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/mcdi/
H A Dmtk_mcdi.c90 uint32_t t = 0; in target_mask() local
/rk3399_ARM-atf/drivers/rpi3/sdhost/
H A Drpi3_sdhost.c484 volatile int t = timeout; in rpi3_sdhost_read() local
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h319 #define __generic(expr, t, yes, no) \ argument
322 #define __generic(expr, t, yes, no) \ argument
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.c72 gpt_t_val_e t; member
[all...]
/rk3399_ARM-atf/include/drivers/nxp/sd/
H A Dsd_mmc.h26 #define ESDHC_SYSCTL_DTOCV(t) (((t) & 0xF) << 16) argument