Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c950 #define DO_AND(N, M) ((N) & (M)) argument
952 #define DO_ORR(N, M) ((N) | (M)) argument
954 #define DO_EOR(N, M) ((N) ^ (M)) argument
962 #define DO_ADD(N, M) ((N) + (M)) argument
963 #define DO_SUB(N, M) ((N) - (M)) argument
964 #define DO_MUL(N, M) ((N) * (M)) argument
2660 #define DO_EQ(N, M) ((N) == (M)) argument
2661 #define DO_NE(N, M) ((N) != (M)) argument
2662 #define DO_EQ(N, M) ((N) == (M)) argument
2665 #define DO_LT(N, M) ((N) < (M)) argument
[all …]
H A Dsve_helper.c197 #define DO_AND(N, M) (N & M) argument
198 #define DO_EOR(N, M) (N ^ M) argument
199 #define DO_ORR(N, M) (N | M) argument
200 #define DO_BIC(N, M) (N & ~M) argument
201 #define DO_ADD(N, M) (N + M) argument
202 #define DO_SUB(N, M) (N - M) argument
206 #define DO_MUL(N, M) (N * M) argument
1172 #define DO_NMUL(N, M) -(N * M) argument
1491 #define DO_SQRDMLAH_H(N, M, A) \ argument
2040 #define DO_SHR(N, M) (N >> M) argument
[all …]
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_regs.h400 #define HS_OFFSET(M) (((M) + 1) * 0x400) argument
457 #define MIPI_TXm_HS_FGn_NUM_LINES(M, N) \ argument
461 #define MIPI_TXm_HS_VSYNC_WIDTHn(M, N) \ argument
473 #define MIPI_TXm_HS_V_ACTIVEn(M, N) \ argument
477 #define MIPI_TXm_HS_HSYNC_WIDTHn(M, N) \ argument
481 #define MIPI_TXm_HS_H_BACKPORCHn(M, N) \ argument
485 #define MIPI_TXm_HS_H_FRONTPORCHn(M, N) \ argument
489 #define MIPI_TXm_HS_H_ACTIVEn(M, N) \ argument
506 #define MIPI_TXm_HS_MC_FIFO_CTRL_EN(M) \ argument
625 #define MIPI_TXm_HS_TEST_PAT_CTRL(M) \ argument
[all …]
/openbmc/qemu/tests/tcg/loongarch64/
H A Dtest_div.c5 #define TEST_DIV(N, M) \ argument
19 #define TEST_MOD(N, M) \ argument
/openbmc/linux/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h46 #define MIPS_R2_STATS(M) \ argument
61 #define MIPS_R2BR_STATS(M) \ argument
70 #define MIPS_R2_STATS(M) do { } while (0) argument
71 #define MIPS_R2BR_STATS(M) do { } while (0) argument
/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_chip.c37 unsigned int M, N, OD, POD; in get_mxclk_freq() local
319 int N, M, X, d; in sm750_calc_pll_value() local
391 unsigned int M = p_PLL->M; in sm750_format_pll_reg() local
/openbmc/qemu/target/loongarch/
H A Dvec.h45 #define DO_DIVU(N, M) (unlikely(M == 0) ? 0 : N / M) argument
46 #define DO_REMU(N, M) (unlikely(M == 0) ? 0 : N % M) argument
47 #define DO_DIV(N, M) (unlikely(M == 0) ? 0 :\ argument
49 #define DO_REM(N, M) (unlikely(M == 0) ? 0 :\ argument
/openbmc/qemu/target/riscv/
H A Dvector_helper.c542 #define DO_SWAP(N, M) (M) in GEN_VEXT_LDFF() argument
543 #define DO_AND(N, M) (N & M) in GEN_VEXT_LDFF() argument
544 #define DO_XOR(N, M) (N ^ M) in GEN_VEXT_LDFF() argument
545 #define DO_OR(N, M) (N | M) in GEN_VEXT_LDFF() argument
546 #define DO_ADD(N, M) (N + M) in GEN_VEXT_LDFF() argument
655 #define DO_SUB(N, M) (N - M) argument
656 #define DO_RSUB(N, M) (M - N) argument
1162 #define DO_MSEQ(N, M) (N == M) argument
1164 #define DO_MSLT(N, M) (N < M) argument
1166 #define DO_MSGT(N, M) (N > M) argument
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c58 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 Dpllgt215.c34 int M, lM, hM, N, fN; in gt215_pll_calc() local
H A Dmcp77.c163 u32 clock, int *N, int *M, int *P) in calc_pll()
208 int N, M, P1, P2 = 0; in mcp77_clk_calc() local
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h109 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument
113 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
/openbmc/qemu/include/exec/user/
H A Dthunk.h202 #define target_to_host_bitmask(M, T) \ argument
204 #define host_to_target_bitmask(M, T) \ argument
/openbmc/linux/include/linux/
H A Dpoll.h125 #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) in mangle_poll() macro
134 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll() macro
/openbmc/u-boot/tools/omap/
H A Dclocks_get_m_n.c49 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 Dga100.c35 int N, fN, M, P; in ga100_devinit_pll_set() local
H A Dgv100.c35 int N, fN, M, P; in gv100_devinit_pll_set() local
H A Dgf100.c37 int N, fN, M, P; in gf100_devinit_pll_set() local
H A Dtu102.c35 int N, fN, M, P; in tu102_devinit_pll_set() local
H A Dgt215.c37 int N, fN, M, P; in gt215_devinit_pll_set() local
/openbmc/linux/scripts/
H A Dparse-maintainers.pl38 M: Person acting as a maintainer label
/openbmc/openbmc-tools/altitude/
H A Daltitude17 M = 0.0289644 variable
/openbmc/linux/tools/perf/tests/
H A Dkmod-path.c47 #define M(path, c, e) \ macro
/openbmc/linux/arch/mips/mm/
H A Duasm-micromips.c32 #define M(a, b, c, d, e, f) \ macro
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c58 const char *M; in family_write() local

12345