Home
last modified time | relevance | path

Searched defs:x (Results 101 – 125 of 198) sorted by relevance

12345678

/rk3399_ARM-atf/include/lib/per_cpu/
H A Dper_cpu.h22 #define PER_CPU_OFFSET(x) ((ptrdiff_t)((uintptr_t)(x) - PER_CPU_START)) argument
/rk3399_ARM-atf/fdts/
H A Dfvp-defs-dynamiq.dtsi23 #define CONCAT(x, y) x##y argument
24 #define CONC(x, y) CONCAT(x, y) argument
/rk3399_ARM-atf/plat/imx/imx9/common/
H A Dimx9_sys_sleep.c18 #define IRQ_MASK(x) irq_mask[(x) / 32U] argument
19 #define IRQ_SHIFT(x) (1U << (x) % 32U) argument
/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/scmi/
H A Drk3568_clk.h57 #define RK3568_CLK_SEL(x) ((x) * 0x4 + 0x100) argument
58 #define RK3568_PMUCLK_SEL(x) ((x) * 0x4 + 0x100) argument
/rk3399_ARM-atf/drivers/renesas/rzg/pfc/G2E/
H A Dpfc_init_g2e.c152 #define IPSR_28_FUNC(x) ((uint32_t)(x) << 28U) argument
153 #define IPSR_24_FUNC(x) ((uint32_t)(x) << 24U) argument
154 #define IPSR_20_FUNC(x) ((uint32_t)(x) << 20U) argument
155 #define IPSR_16_FUNC(x) ((uint32_t)(x) << 16U) argument
156 #define IPSR_12_FUNC(x) ((uint32_t)(x) << 12U) argument
157 #define IPSR_8_FUNC(x) ((uint32_t)(x) << 8U) argument
158 #define IPSR_4_FUNC(x) ((uint32_t)(x) << 4U) argument
159 #define IPSR_0_FUNC(x) ((uint32_t)(x) << 0U) argument
/rk3399_ARM-atf/drivers/renesas/rcar/pfc/E3/
H A Dpfc_init_e3.c149 #define IPSR_28_FUNC(x) ((uint32_t)(x) << 28U) argument
150 #define IPSR_24_FUNC(x) ((uint32_t)(x) << 24U) argument
151 #define IPSR_20_FUNC(x) ((uint32_t)(x) << 20U) argument
152 #define IPSR_16_FUNC(x) ((uint32_t)(x) << 16U) argument
153 #define IPSR_12_FUNC(x) ((uint32_t)(x) << 12U) argument
154 #define IPSR_8_FUNC(x) ((uint32_t)(x) << 8U) argument
155 #define IPSR_4_FUNC(x) ((uint32_t)(x) << 4U) argument
156 #define IPSR_0_FUNC(x) ((uint32_t)(x) << 0U) argument
/rk3399_ARM-atf/services/std_svc/errata_abi/
H A Dcpu_errata_info.h35 #define RXPX_RANGE(x, y, z) (((x >= y) && (x <= z)) ? true : false) argument
/rk3399_ARM-atf/plat/brcm/board/common/
H A Dcmn_plat_def.h18 #define SET_LOG_LEVEL(x) ((void)(x)) argument
/rk3399_ARM-atf/plat/mediatek/drivers/spmi/
H A Dpmif_common.c42 #define GET_SWINF_FSM(x) (((x) >> 1) & 0x7) argument
43 #define GET_PMIF_INIT_DONE(x) (((x) >> 15) & 0x1) argument
/rk3399_ARM-atf/include/drivers/arm/fvp/
H A Dfvp_pwrc.h29 #define PSYSR_WK(x) ((x) >> PSYSR_WK_SHIFT) & PSYSR_WK_MASK argument
/rk3399_ARM-atf/include/services/trp/
H A Dtrp_helpers.h54 unsigned long long x[TRP_SMC_RESULT_REGS]; member
/rk3399_ARM-atf/drivers/nxp/scmi/vendor/
H A Dscmi_imx9.h97 #define SYS_SLEEP_MODE_L(x) (((x) & 0xF) << 16U) argument
98 #define SYS_SLEEP_MODE_H(x) (((x) & 0xF) << 20U) argument
99 #define SYS_SLEEP_FLAGS(x) (((x) & 0xFFFFU)) argument
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dplat_img_parser.c54 #define ZERO_AND_CLEAN(x) \ in clear_temp_vars() argument
/rk3399_ARM-atf/drivers/renesas/common/pwrc/
H A Dpwrc.h27 #define PSYSR_WK(x) (((x) >> PSYSR_WK_SHIFT) & PSYSR_WK_MASK) argument
/rk3399_ARM-atf/plat/imx/imx93/include/
H A Dpwr_ctrl.h32 #define FORCE_CPUx_DISABLE(x) (1 << (16 + (x))) argument
37 #define CM_SLICE(x) (GPC_BASE + 0x800 * (x)) argument
129 #define SRC_SLICE(x) (SRC_BASE + 0x400 * (x)) argument
/rk3399_ARM-atf/tools/cert_create/include/
H A Dcert.h44 X509 *x; /* X509 certificate container */ member
/rk3399_ARM-atf/include/drivers/
H A Dnand.h15 #define PSEC_TO_MSEC(x) div_round_up((x), 1000000000ULL) argument
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/include/
H A Da8k_plat_def.h85 #define MVEBU_PCIE_X4_MAC_BASE(x) (MVEBU_CP_REGS_BASE(x) + 0x600000) argument
86 #define MVEBU_COMPHY_BASE(x) (MVEBU_CP_REGS_BASE(x) + 0x441000) argument
87 #define MVEBU_HPIPE_BASE(x) (MVEBU_CP_REGS_BASE(x) + 0x120000) argument
/rk3399_ARM-atf/include/drivers/brcm/emmc/
H A Demmc_pboot_hal_memory_drv.h92 #define SD_US_DELAY(x) udelay(x) argument
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/include/nrd3/
H A Dnrd_css_fw_def3.h126 #define NRD_CSS_PAGE_ALIGN_CEIL(x) (((x) + PAGE_SIZE_MASK) & ~(PAGE_SIZE_MASK)) argument
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_ros.c28 uint32_t x, y; in swap_bits() local
/rk3399_ARM-atf/plat/amd/versal2/pm_service/
H A Dpm_svc_main.c56 #define EXTRACT_ARGS(pm_arg, x) \ argument
486 uint64_t x[4] = {x1, x2, x3, x4}; in pm_smc_handler() local
/rk3399_ARM-atf/plat/imx/imx8m/imx8mn/
H A Dgpc.c22 #define CCGR(x) (0x4000 + (x) * 0x10) argument
/rk3399_ARM-atf/plat/imx/common/include/
H A Dimx_wdog.h31 #define WCR_WT(x) ((x) << 8) argument
/rk3399_ARM-atf/lib/hob/
H A Dhob.c19 #define ALIGN_UP(x, a) ((x + (a - 1)) & ~(a - 1)) argument

12345678