Home
last modified time | relevance | path

Searched defs:x (Results 126 – 150 of 198) sorted by relevance

12345678

/rk3399_ARM-atf/tools/encrypt_fw/src/
H A Dmain.c24 #define NUM_ELEM(x) ((sizeof(x)) / (sizeof(x[0]))) argument
/rk3399_ARM-atf/plat/rockchip/common/scmi/
H A Drockchip_common_clock.c27 #define abs(x) ({ \ argument
/rk3399_ARM-atf/services/std_svc/drtm/
H A Ddrtm_main.h17 #define ALIGNED_UP(x, a) __extension__ ({ \ argument
24 #define ALIGNED_DOWN(x, a) __extension__ ({ \ argument
/rk3399_ARM-atf/plat/imx/imx8m/imx8mm/
H A Dgpc.c22 #define CCGR(x) (0x4000 + (x) * 16) argument
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.h18 #define NELEM(x) (sizeof (x) / sizeof *(x)) argument
/rk3399_ARM-atf/include/plat/nuvoton/npcm845x/
H A Dplatform_def.h22 #define VALUE_TO_STRING(x) #x argument
23 #define VALUE(x) VALUE_TO_STRING(x) argument
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_vcore_dvfsrc_plat.c102 static unsigned int v_roundup(unsigned int x, unsigned int y) in v_roundup()
107 static unsigned int v_rounddown(unsigned int x, unsigned int y) in v_rounddown()
/rk3399_ARM-atf/plat/xilinx/common/pm_service/
H A Dpm_svc_main.c56 #define EXTRACT_ARGS(pm_arg, x) \ argument
587 const uint64_t x[4] = {x1, x2, x3, x4}; in pm_smc_handler() local
/rk3399_ARM-atf/plat/imx/common/include/
H A Dimx_clock.h179 #define CCM_TARGET_MUX(x) (((x) - 1) << 24) argument
180 #define CCM_TARGET_PRE_PODF(x) (((x) - 1) << 16) argument
181 #define CCM_TARGET_POST_PODF(x) ((x) - 1) argument
944 #define CCM_POST_POST_PODF(x) ((x) - 1) argument
948 #define CCM_PRE_MUX_A(x) (((x) - 1) << 24) argument
950 #define CCM_PRE_PODF_A(x) (((x) - 1) << 16) argument
953 #define CCM_PRE_MUX_B(x) (((x) - 1) << 8) argument
955 #define CCM_PRE_POST_PODF(x) ((x) - 1) argument
964 #define CCM_ACCESS_OWNER_ID(x) ((x) << 16) argument
965 #define CCM_ACCESS_DOM3_INFO(x) ((x) << 12) argument
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/spm/version/notifier/v4/
H A Dmt_spm_sspm_notifier.c16 #define MT_SPM_SSPM_MBOX_OFF(x) (SSPM_MBOX_3_BASE + x) argument
/rk3399_ARM-atf/plat/hisilicon/hikey/include/
H A Dhi6220.h47 #define EDMAC_AXI_CONF(x) (EDMAC_BASE + 0x820 + (x << 6)) argument
/rk3399_ARM-atf/include/common/
H A Ddebug.h106 #define backtrace(x) argument
/rk3399_ARM-atf/plat/xilinx/versal/include/
H A Dplatform_def.h103 #define IS_TFA_IN_OCM(x) ((x >= PLAT_OCM_BASE) && (x < PLAT_OCM_LIMIT)) argument
/rk3399_ARM-atf/drivers/renesas/common/
H A Dqos_reg.h71 #define ADSPLCR0_SPLITSEL(x) ((uint32_t)(x) << 16U) argument
72 #define ADSPLCR0_AREA(x) ((uint32_t)(x) << 8U) argument
/rk3399_ARM-atf/drivers/amlogic/crypto/
H A Dsha_dma.c24 #define ASD_DESC_GET(x, msk, off) (((x) >> (off)) & (msk)) argument
25 #define ASD_DESC_SET(x, v, msk, off) \ argument
/rk3399_ARM-atf/fdts/
H A Dfvp-defs.dtsi30 #define CONCAT(x, y) x##y argument
31 #define CONC(x, y) CONCAT(x, y) argument
/rk3399_ARM-atf/include/drivers/
H A Dmmc.h74 #define PART_CFG_CURRENT_BOOT_PARTITION(x) (((x) & PART_CFG_BOOT_PART_EN_MASK) >> \ argument
91 #define EXTCSD_CMD(x) (((x) & 0xff) << 16) argument
92 #define EXTCSD_VALUE(x) (((x) & 0xff) << 8) argument
99 #define STATUS_CURRENT_STATE(x) (((x) & 0xf) << 9) argument
102 #define MMC_GET_STATE(x) (((x) >> 9) & 0xf) argument
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_x509_parser.c50 #define ZERO_AND_CLEAN(x) \ in clear_temp_vars() argument
/rk3399_ARM-atf/tools/cert_create/src/
H A Dcert.c106 X509 *x; in cert_new() local
/rk3399_ARM-atf/plat/xilinx/zynqmp/include/
H A Dplatform_def.h99 #define IS_TFA_IN_OCM(x) ((x >= PLAT_OCM_BASE) && (x < PLAT_OCM_LIMIT)) argument
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Dplatform_def.h109 #define IS_TFA_IN_OCM(x) ((x >= PLAT_OCM_BASE) && (x < PLAT_OCM_LIMIT)) argument
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/se/
H A Dse_private.h68 #define SE0_INT_OP_DONE(x) \ argument
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_lib.h157 static bool __inline __builtin_sadd_overflow(int x, int y, int *result) { in __builtin_sadd_overflow()
/rk3399_ARM-atf/drivers/imx/uart/
H A Dimx_uart.h84 #define IMX_UART_FCR_TXTL(x) ((x) << 10) argument
96 #define IMX_UART_FCR_RXTL(x) x argument
/rk3399_ARM-atf/plat/mediatek/drivers/spm/
H A Dmt_spm_common_v1.h361 #define spm_likely(x) __builtin_expect(!!(x), 1) argument
362 #define spm_unlikely(x) __builtin_expect(!!(x), 0) argument
364 #define spm_likely(x) (x) argument
365 #define spm_unlikely(x) (x) argument

12345678