Home
last modified time | relevance | path

Searched defs:N (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/
H A Ds32cc-ncore.h23 #define NCORE_DIRU(N) (NCORE_BASE_ADDR + UL(0x80000) + ((N) * UL(0x1000))) argument
26 #define NCORE_DIRUSFE(N) (NCORE_DIRU(N) + UL(0x10)) argument
30 #define NCORE_DIRUCASE(N) (NCORE_DIRU(N) + UL(0x40)) argument
34 #define NCORE_DIRUSFMC(N) (NCORE_DIRU(N) + UL(0x80)) argument
39 #define NCORE_DIRUSFMA(N) (NCORE_DIRU(N) + UL(0x84)) argument
48 #define NCORE_CAIU(N) (NCORE_BASE_ADDR + ((N) * UL(0x1000))) argument
56 #define NCORE_CAIUTC(N) (NCORE_CAIU(N) + NCORE_CAIUTC_OFF) argument
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_util.h44 #define REPEAT_N_TIMES_(N, code_to_repeat) REPEAT_##N##_TIMES(code_to_repeat) argument
45 #define REPEAT_N_TIMES(N, code_to_repeat) REPEAT_N_TIMES_(N, code_to_repeat) argument
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_hwreq.h158 #define REG_PERI_REQ_EN(N) (PERICFG_AO_BASE + 0x070 + 0x4 * (N)) argument
159 #define REG_PERI_REQ_STA(N) (PERICFG_AO_BASE + 0x0A0 + 0x4 * (N)) argument
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/include/
H A Ds32cc-clk-regs.h64 #define PLLDIG_PLLODIV(PLL, N) ((PLL) + 0x80UL + ((N) * 0x4UL)) argument
119 #define DFS_PORTOLSR_LOL(N) (BIT_32(N) & GENMASK_32(5U, 0U)) argument
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_hwreq.h205 #define REG_PERI_REQ_EN(N) (PERICFG_AO_BASE + 0x050 + 0x4 * N) argument
206 #define REG_PERI_REQ_STA(N) (PERICFG_AO_BASE + 0x06C + 0x4 * N) argument
/rk3399_ARM-atf/lib/zlib/
H A Dcrc32.c55 # define N Z_TESTN macro
57 # define N 5 macro