Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
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
Dfpu_emulator.h52 #define MIPS_FPU_EMU_INC_STATS(M) \ argument
60 #define MIPS_FPU_EMU_INC_STATS(M) do { } while (0) argument
/linux-4.1.27/arch/frv/kernel/
Dirq-mb93091.c30 #define __set_IMR(M) do { __reg16(0xffc00004) = (M); wmb(); } while(0) argument
32 #define __clr_IFR(M) do { __reg16(0xffc0000c) = ~(M); wmb(); } while(0) argument
Dirq-mb93093.c30 #define __set_IMR(M) do { __reg16(0x0a) = (M); wmb(); } while(0) argument
32 #define __clr_IFR(M) do { __reg16(0x02) = ~(M); wmb(); } while(0) argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv50.c57 int P, N, M, id; in read_pll_src() local
321 calc_pll(struct nv50_clk_priv *priv, u32 reg, u32 clk, int *N, int *M, int *P) in calc_pll()
374 int N, M, P1, P2; in nv50_clk_calc() local
Dpllgt215.c34 int M, lM, hM, N, fN; in gt215_pll_calc() local
Dmcp77.c162 u32 clock, int *N, int *M, int *P) in calc_pll()
207 int N, M, P1, P2 = 0; in mcp77_clk_calc() local
Dgt215.c109 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local
232 int P, N, M, diff; in gt215_pll_info() local
Dgf100.c66 u32 M = (coef & 0x000000ff) >> 0; in read_pll() local
243 int N, M, P, ret; in calc_pll() local
Dgk104.c65 u32 M = (coef & 0x000000ff) >> 0; in read_pll() local
261 int N, M, P, ret; in calc_pll() local
Dnv40.c55 int M = (ctrl & 0x000000ff) >> 0; in read_pll_1() local
Dpllnv04.c49 int M, N, thisP, P; in getMNP_single() local
/linux-4.1.27/arch/arm/include/asm/
Dhw_breakpoint.h105 #define ARM_DBG_READ(N, M, OP2, VAL) do {\ argument
109 #define ARM_DBG_WRITE(N, M, OP2, VAL) do {\ argument
/linux-4.1.27/fs/exofs/
Dore_raid.h31 #define ORE_DBGMSG2(M...) do {} while (0) argument
Dsuper.c44 #define EXOFS_DBGMSG2(M...) do {} while (0) argument
Dore.c538 u64 M = div64_u64(file_offset, S); in ore_calc_stripe_info() local
Dinode.c38 #define EXOFS_DBGMSG2(M...) do {} while (0) argument
/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_chip.c430 int N, M, X, d; in calcPllValue() local
500 unsigned int M, N, OD, POD = 0, diff, pllClk, odPower, podPower; in calcPllValue2() local
Dddk750_chip.h37 unsigned long M; member
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa27x.c87 unsigned int l, L, m, M, n2, N, S; in pxa27x_get_clk_frequency_khz() local
129 unsigned int l, L, m, M; in clk_pxa27x_mem_getrate() local
Dpxa25x.c68 unsigned int l, L, m, M, n2, N; in pxa25x_get_clk_frequency_khz() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgt215.c37 int N, fN, M, P; in gt215_devinit_pll_set() local
Dgf100.c37 int N, fN, M, P; in gf100_devinit_pll_set() local
/linux-4.1.27/arch/mips/mm/
Duasm-micromips.c33 #define M(a, b, c, d, e, f) \ macro
Duasm-mips.c33 #define M(a, b, c, d, e, f) \ macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c72 struct bit_entry M; in nv40_ram_prog() local
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local
684 unsigned int M, N, P, pll, MClk, NVClk, memctrl; in nForceUpdateArbitrationSettings() local
771 unsigned M, N, P; in CalcVClock() local
817 unsigned M, N, P; in CalcVClock2Stage() local
/linux-4.1.27/arch/sh/math-emu/
Dmath.c68 #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
/linux-4.1.27/drivers/video/fbdev/riva/
Driva_hw.c619 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local
808 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local
1071 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local
1116 unsigned int M, N, P, pll, MClk, NVClk; in nForceUpdateArbitrationSettings() local
1181 unsigned M, N, P; in CalcVClock() local
/linux-4.1.27/arch/arm/kernel/
Dhw_breakpoint.c60 #define READ_WB_REG_CASE(OP2, M, VAL) \ argument
65 #define WRITE_WB_REG_CASE(OP2, M, VAL) \ argument
/linux-4.1.27/include/scsi/
Dosd_ore.h98 u64 M; /* for truncate */ member
/linux-4.1.27/arch/powerpc/kernel/
Dalign.c44 #define M 0x10 /* multiple load/store */ macro
/linux-4.1.27/drivers/media/dvb-frontends/
Dmb86a16.c482 int M; in rf_val_set() local
664 int R, M, fOSC, fOSC_OFS; in freqerr_chk() local
Dstv0367.c2348 u32 M, N, P; in stv0367cab_get_mclk() local
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c430 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_cmd_parser.c112 #define M CMD_DESC_MASTER macro
/linux-4.1.27/include/video/
Dw100fb.h97 uint8_t M; /* input divider */ member
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_security.h198 u32 M; /* Message accumulator (single word) */ member
/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c45 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_security.h199 u32 M; /* Message accumulator (single word) */ member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_security.h243 u32 M; /* Message accumulator (single word) */ member
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_base.c459 unsigned Ns, Nm, M; in radeon_probe_pll_params() local
Daty128fb.c975 u32 Nx, M; in aty128_timings() local
Datyfb_base.c3084 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
/linux-4.1.27/tools/net/
Dbpf_dbg.c125 uint32_t M[BPF_MEMWORDS]; member
/linux-4.1.27/drivers/video/fbdev/
Dstifb.c384 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/linux-4.1.27/drivers/video/fbdev/i810/
Di810.h213 u32 pixclock, M, N, P; member
/linux-4.1.27/arch/sparc/kernel/
Dtraps_64.c1069 #define M 147 macro
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_defs.h726 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c2906 unsigned int M, N; in mgslpc_set_rate() local
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c1610 #define M(op, rc) (OP (op) | ((rc) & 1)) macro
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.h1242 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
/linux-4.1.27/sound/pci/riptide/
Driptide.c1043 u32 D, M, N; in setsamplerate() local
/linux-4.1.27/drivers/iommu/
Dmsm_iommu_hw-8xxx.h1136 #define M (M_MASK << M_SHIFT) macro