/openbmc/qemu/tests/tcg/loongarch64/ |
H A D | test_pcadd.c | 5 #define TEST_PCADDU(N) \ argument
|
H A D | test_fpcom.c | 3 #define TEST_COMP(N) \ argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv50.c | 58 int P, N, M, id; in read_pll_src() local 326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll() 381 int N, M, P1, P2; in nv50_clk_calc() local
|
H A D | pllgt215.c | 34 int M, lM, hM, N, fN; in gt215_pll_calc() local
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | switch_to.h | 9 #define switch_to(P,N,L) \ argument
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu-csr.h | 133 #define LOONGARCH_CSR_SAVE(N) (0x30 + N) argument 190 #define LOONGARCH_CSR_DMW(N) (0x180 + N) argument
|
/openbmc/linux/arch/sh/math-emu/ |
H A D | math.c | 68 #define CMP_X(SZ,R,M,N) do{ \ argument 72 #define EQ_X(SZ,R,M,N) do{ \ argument 99 #define ARITH_X(SZ,OP,M,N) do{ \ argument 285 #define EMU_FLOAT_X(SZ,N) do { \ in NOTYETn() argument 301 #define EMU_FTRC_X(SZ,N) do { \ argument
|
/openbmc/qemu/common-user/host/sparc64/ |
H A D | safe-syscall.inc.S | 28 #define PARAM(N) STACK_BIAS + WINDOW_SIZE + N * 8 argument
|
/openbmc/linux/include/linux/ |
H A D | asn1_ber_bytecode.h | 86 #define _jump_target(N) (N) argument 87 #define _action(N) (N) argument
|
/openbmc/linux/arch/mips/include/asm/mips-boards/ |
H A D | bonito64.h | 351 #define BONITO_GPIO_IOW(N) (1<<(BONITO_GPIO_GPIOW_SHIFT+(N))) argument 352 #define BONITO_GPIO_IOR(N) (1<<(BONITO_GPIO_GPIOR_SHIFT+(N))) argument 353 #define BONITO_GPIO_INR(N) (1<<(BONITO_GPIO_GPINR_SHIFT+(N))) argument 372 #define BONITO_ICU_MBOX(N) (1<<(BONITO_ICU_MBOXES_SHIFT+(N))) argument 373 #define BONITO_ICU_GPIO(N) (1<<(BONITO_ICU_GPIOS_SHIFT+(N))) argument 374 #define BONITO_ICU_GPIN(N) (1<<(BONITO_ICU_GPINS_SHIFT+(N))) argument
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | hw_breakpoint.h | 57 #define LOONGARCH_CSR_WATCH_READ(N, REG, T, VAL) \ argument 65 #define LOONGARCH_CSR_WATCH_WRITE(N, REG, T, VAL) \ argument
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | sve-str.c | 4 #define N (256 + 16) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | hw_breakpoint.h | 109 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument 113 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-pca9685.c | 68 #define LED_N_ON_H(N) (PCA9685_LEDX_ON_H + (4 * (N))) argument 69 #define LED_N_ON_L(N) (PCA9685_LEDX_ON_L + (4 * (N))) argument 70 #define LED_N_OFF_H(N) (PCA9685_LEDX_OFF_H + (4 * (N))) argument 71 #define LED_N_OFF_L(N) (PCA9685_LEDX_OFF_L + (4 * (N))) argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rl6347a.h | 14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/openbmc/u-boot/board/aspeed/ast2600_intel/ |
H A D | intel.c | 102 #define SGPIO_CLK_DIV(N) ((N) << 16) in sgpio_init() argument 103 #define SGPIO_BYTES(N) ((N) << 6) in sgpio_init() argument
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | hw_breakpoint.h | 99 #define AARCH64_DBG_READ(N, REG, VAL) do {\ argument 103 #define AARCH64_DBG_WRITE(N, REG, VAL) do {\ argument
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_afmt.c | 51 static void amdgpu_afmt_calc_cts(uint32_t clock, int *CTS, int *N, int freq) in amdgpu_afmt_calc_cts()
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | camellia_asm.S | 77 #define ROTL128(S01, S23, TMP1, TMP2, N) \ argument
|
/openbmc/u-boot/tools/omap/ |
H A D | clocks_get_m_n.c | 49 int get_m_n_optimized(u32 target_freq_khz, u32 ref_freq_khz, u32 *M, u32 *N) in get_m_n_optimized()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | ga100.c | 35 int N, fN, M, P; in ga100_devinit_pll_set() local
|
H A D | gv100.c | 35 int N, fN, M, P; in gv100_devinit_pll_set() local
|
/openbmc/linux/security/apparmor/include/ |
H A D | label.h | 28 #define vec_setup(T, V, N, GFP) \ argument 40 #define vec_cleanup(T, V, N) \ argument 61 #define aa_sort_and_merge_vec(N, V) \ argument 77 #define __labelset_for_each(LS, N) \ argument
|
/openbmc/linux/include/math-emu/ |
H A D | op-2.h | 34 #define _FP_FRAC_SLL_2(X, N) ( \ argument 54 #define _FP_FRAC_SRL_2(X, N) ( \ argument 67 #define _FP_FRAC_SRS_2(X, N, sz) ( \ argument
|
/openbmc/linux/scripts/ |
H A D | parse-maintainers.pl | 50 N: File glob label
|