Home
last modified time | relevance | path

Searched defs:x (Results 151 – 175 of 198) sorted by relevance

12345678

/rk3399_ARM-atf/plat/xilinx/versal_net/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/marvell/comphy/
H A Dphy-comphy-cp110.c48 #define COMPHY_PIPE_FROM_COMPHY_ADDR(x) ((x & ~0xffffff) + 0x120000) argument
55 #define SYS_CTRL_FROM_COMPHY_ADDR(x) ((x & ~0xffffff) + 0x440000) argument
65 #define DFX_FROM_COMPHY_ADDR(x) ((x & ~0xffffff) + DFX_BASE) argument
/rk3399_ARM-atf/plat/imx/imx8m/imx8mp/
H A Dgpc.c23 #define CCGR(x) (0x4000 + (x) * 0x10) argument
/rk3399_ARM-atf/plat/hisilicon/poplar/include/
H A Dhi3798cv200.h36 #define GPIO_BASE(x) (x != 5 ? \ argument
/rk3399_ARM-atf/tools/cert_create/src/
H A Dmain.c60 #define NUM_ELEM(x) ((sizeof(x)) / (sizeof(x[0]))) argument
/rk3399_ARM-atf/drivers/ti/ipc/
H A Dsec_proxy.c35 #define SEC_PROXY_THREAD(base, x) ((base) + (0x1000 * (x))) argument
/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c134 static unsigned int round_multiple(unsigned int x, unsigned int multiple) in round_multiple()
/rk3399_ARM-atf/drivers/brcm/
H A Dchimp.c28 #define CHIMP_CTRL_ADDR(x) (CHIMP_REG_CTRL_BASE + x) argument
/rk3399_ARM-atf/include/drivers/arm/
H A Dtzc400.h83 #define TZC_400_REGION_ATTR_FILTER_BIT(x) (U(1) << (x)) argument
/rk3399_ARM-atf/drivers/renesas/common/ddr/ddr_b/
H A Dboot_init_dram_regdef.h57 #define LIFEC_CHIPID(x) (0xE6110040U + 0x04U * (x)) argument
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch.h94 #define CNTCR_FCREQ(x) ((x) << 8) argument
200 #define SDCR_SPD(x) ((x) << 14) argument
227 #define CPACR_FPEN(x) ((x) << 20) argument
489 #define TLBI_ADDR(x) (((x) >> TLBI_ADDR_SHIFT) & TLBI_ADDR_MASK) argument
497 #define CNTNSAR_NS_SHIFT(x) (x) argument
499 #define CNTACR_BASE(x) (U(0x40) + ((x) << 2)) argument
/rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/
H A Dapusys_power.h211 #define ARE_ENTRIES(x, y) ((((y) - (x)) + 1) * 2) argument
212 #define ARE_ENTRY(x) (((x) * 2) + 36) argument
/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Ddram.c22 #define PHY_FREQ_SEL_INDEX(x) ((x) << 16) argument
23 #define PHY_FREQ_MULTICAST_EN(x) ((x) << 8) argument
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/se/
H A Dse_private.h78 #define SE0_INT_OP_DONE(x) \ argument
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h28 #define EXTRACT_PARTNUM(x) ((x >> MIDR_PN_SHIFT) & MIDR_PN_MASK) argument
168 #define CNTCR_FCREQ(x) ((x) << 8) argument
703 #define CPACR_EL1_FPEN(x) ((x) << 20) argument
769 #define MDCR_PMEE(x) ((x) << 40) argument
777 #define MDCR_SBRBE(x) ((x) << MDCR_SBRBE_SHIFT) argument
792 #define MDCR_SPD32(x) ((x) << 14) argument
809 #define MDCR_EL2_E2TB(x) ULL((x) << 24) argument
815 #define MDCR_EL2_E2PB(x) ULL((x) << 12) argument
1200 #define EC_BITS(x) (((x) >> ESR_EC_SHIFT) & ESR_EC_MASK) argument
1213 #define TLBI_ADDR(x) (((x) >> TLBI_ADDR_SHIFT) & TLBI_ADDR_MASK) argument
[all …]
/rk3399_ARM-atf/plat/intel/soc/stratix10/include/
H A Ds10_system_manager.h184 #define SYSMGR_SDMMC_DRVSEL(x) (((x) & 0x7) << 0) argument
185 #define SYSMGR_SDMMC_SMPLSEL(x) (((x) & 0x7) << 4) argument
/rk3399_ARM-atf/plat/intel/soc/agilex/include/
H A Dagilex_system_manager.h185 #define SYSMGR_SDMMC_DRVSEL(x) (((x) & 0x7) << 0) argument
186 #define SYSMGR_SDMMC_SMPLSEL(x) (((x) & 0x7) << 4) argument
/rk3399_ARM-atf/plat/intel/soc/n5x/include/
H A Dn5x_system_manager.h188 #define SYSMGR_SDMMC_DRVSEL(x) (((x) & 0x7) << 0) argument
189 #define SYSMGR_SDMMC_SMPLSEL(x) (((x) & 0x7) << 4) argument
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c33 #define __bf_shf(x) (__builtin_ffsll(x) - 1) argument
/rk3399_ARM-atf/drivers/io/
H A Dio_block.c26 #define is_power_of_2(x) (((x) != 0U) && (((x) & ((x) - 1U)) == 0U)) argument
H A Dio_fip.c29 #define PRINT_UUID2(x) \ argument
/rk3399_ARM-atf/common/
H A Dfdt_fixup.c173 #define HIGH_BITS(x) ((sizeof(x) > 4) ? ((x) >> 32) : (typeof(x))0) argument
/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_hash.c36 #define HASH_HREG(x) (0x310U + ((x) * 0x04U)) argument
/rk3399_ARM-atf/drivers/ufs/
H A Dufs.c22 #define ALIGN_CDB(x) (((x) + CDB_ADDR_MASK) & ~CDB_ADDR_MASK) argument
23 #define ALIGN_8(x) (((x) + 7) & ~7) argument
/rk3399_ARM-atf/plat/intel/soc/agilex5/include/
H A Dagilex5_system_manager.h213 #define SYSMGR_SDMMC_DRVSEL(x) (((x) & 0x7) << 0) argument
214 #define SYSMGR_SDMMC_SMPLSEL(x) (((x) & 0x7) << 4) argument

12345678