Home
last modified time | relevance | path

Searched refs:M2 (Results 1 – 47 of 47) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dtraps_64.c1066 #define M2 144 macro
1071 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
1072 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
1073 /*02*/C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10,
1074 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
1075 /*04*/C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6,
1076 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
1077 /*06*/M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4,
1078 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
1079 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5,
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpllnv04.c151 int M1, N1, M2, N2, log2P; in getMNP_double() local
177 for (M2 = minM2; M2 <= maxM2; M2++) { in getMNP_double()
178 if (calcclk1/M2 < minU2) in getMNP_double()
180 if (calcclk1/M2 > maxU2) in getMNP_double()
184 N2 = (clkP * M2 + calcclk1/2) / calcclk1; in getMNP_double()
192 if (N2/M2 < 4 || N2/M2 > 10) in getMNP_double()
195 calcclk2 = calcclk1 * N2 / M2; in getMNP_double()
214 *pM2 = M2; in getMNP_double()
228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc() argument
236 *M2 = 1; in nv04_pll_calc()
[all …]
Dnv40.c62 int M2 = (coef & 0x00ff0000) >> 16; in read_pll_2() local
71 if (M2) in read_pll_2()
72 khz = khz * N2 / M2; in read_pll_2()
125 int *N1, int *M1, int *N2, int *M2, int *log2P) in nv40_clk_calc_pll() argument
138 ret = nv04_pll_calc(subdev, &pll, khz, N1, M1, N2, M2, log2P); in nv40_clk_calc_pll()
151 int N1, M1, N2, M2, log2P; in nv40_clk_calc() local
156 &N1, &M1, &N2, &M2, &log2P); in nv40_clk_calc()
160 if (N2 == M2) { in nv40_clk_calc()
165 clk->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_clk_calc()
Dnv04.c35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
36 int ret = nv04_pll_calc(&clock->subdev, info, clk, &N1, &M1, &N2, &M2, &P); in nv04_clk_pll_calc()
42 pv->M2 = M2; in nv04_clk_pll_calc()
Dpll.h8 int *N1, int *M1, int *N2, int *M2, int *P);
Dnv50.c166 int N1, N2, M1, M2; in read_pll() local
175 M2 = (coef & 0x00ff0000) >> 16; in read_pll()
181 if (M2) in read_pll()
182 freq = freq * N2 / M2; in read_pll()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c40 int N1, M1, N2, M2; in nv40_ram_calc() local
49 ret = nv04_pll_calc(subdev, &pll, freq, &N1, &M1, &N2, &M2, &log2P); in nv40_ram_calc()
55 if (N2 == M2) { in nv40_ram_calc()
60 ram->coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_ram_calc()
Dramgk104.c134 int N2, M2, P2; member
160 const u32 mcoef = ((--ram->P2 << 28) | (ram->N2 << 8) | ram->M2); in r1373f4_init()
982 int *N2, int *M2, int *P2) in gk104_pll_calc_hiclk() argument
989 *M2 = 1; in gk104_pll_calc_hiclk()
1061 &ram->N2, &ram->M2, &ram->P2); in gk104_ram_calc_xits()
Dramnv50.c231 int N1, M1, N2, M2, P; in nv50_ram_calc() local
332 &N1, &M1, &N2, &M2, &P); in nv50_ram_calc()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv04.c210 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; /* nv41+ only */ in setPLL_double_highregs()
217 (pv->N2 & 0x7) << 19 | 8 << 4 | (pv->M2 & 7) << 4; in setPLL_double_highregs()
296 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; in setPLL_double_lowregs()
363 int N1, M1, N2, M2, P; in nv04_devinit_pll_set() local
370 ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P); in nv04_devinit_pll_set()
378 pv.M2 = M2; in nv04_devinit_pll_set()
Dnv50.c41 int N1, M1, N2, M2, P; in nv50_devinit_pll_set() local
50 ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P); in nv50_devinit_pll_set()
62 (M2 << 16) | N2); in nv50_devinit_pll_set()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dshmobile.txt22 - R-Car M2-W (R8A77910)
26 - R-Car M2-N (R8A77930)
58 - Porter (M2-LCDP)
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpll.h8 uint8_t N1, M1, N2, M2; member
10 uint8_t M1, N1, M2, N2;
/linux-4.4.14/drivers/isdn/hardware/avm/
DKconfig38 tristate "AVM B1/M1/M2 PCMCIA support"
44 tristate "AVM B1/M1/M2 PCMCIA cs module"
47 Enable the PCMCIA client driver for the AVM B1/M1/M2
/linux-4.4.14/Documentation/devicetree/bindings/display/
Drenesas,du.txt8 - "renesas,du-r8a7791" for R8A7791 (R-Car M2-W) compatible DU
9 - "renesas,du-r8a7793" for R8A7793 (R-Car M2-N) compatible DU
48 R8A7791 (M2-W) DPAD LVDS 0 -
49 R8A7793 (M2-N) DPAD LVDS 0 -
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dsata_rcar.txt9 - "renesas,sata-r8a7791" for R-Car M2-W
10 - "renesas,sata-r8a7793" for R-Car M2-N
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drenesas,jpu.txt10 - "renesas,jpu-r8a7791" for R-Car M2-W
12 - "renesas,jpu-r8a7793" for R-Car M2-N
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Drcar-thermal.txt10 - "renesas,thermal-r8a7791" (R-Car M2-W)
12 - "renesas,thermal-r8a7793" (R-Car M2-N)
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Drenesas,sci-serial.txt18 - "renesas,scif-r8a7791" for R8A7791 (R-Car M2) SCIF compatible UART.
19 - "renesas,scifa-r8a7791" for R8A7791 (R-Car M2) SCIFA compatible UART.
20 - "renesas,scifb-r8a7791" for R8A7791 (R-Car M2) SCIFB compatible UART.
21 - "renesas,hscif-r8a7791" for R8A7791 (R-Car M2) HSCIF compatible UART.
/linux-4.4.14/tools/perf/util/
Dstat.h10 double n, mean, M2; member
53 stats->M2 = 0.0; in init_stats()
Dstat.c14 stats->M2 += delta*(val - stats->mean); in update_stats()
51 variance = stats->M2 / (stats->n - 1); in stddev_stats()
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Drenesas,irqc.txt9 - "renesas,irqc-r8a7791" (R-Car M2-W)
11 - "renesas,irqc-r8a7793" (R-Car M2-N)
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-sh_mobile.txt9 - "renesas,iic-r8a7791" (R-Car M2-W)
11 - "renesas,iic-r8a7793" (R-Car M2-N)
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drenesas,cpg-div6-clocks.txt13 - "renesas,r8a7791-div6-clock" for R8A7791 (R-Car M2-W) DIV6 clocks
14 - "renesas,r8a7793-div6-clock" for R8A7793 (R-Car M2-N) DIV6 clocks
Drenesas,cpg-mstp-clocks.txt19 - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2-W) MSTP gate clocks
20 - "renesas,r8a7793-mstp-clocks" for R8A7793 (R-Car M2-N) MSTP gate clocks
/linux-4.4.14/arch/xtensa/variants/dc232b/include/variant/
Dtie-asm.h53 rsr \at1, M2
96 wsr \at1, M2
/linux-4.4.14/arch/arm/mach-shmobile/
DKconfig81 bool "R-Car M2-W (R8A77910)"
86 bool "R-Car M2-N (R8A7793)"
/linux-4.4.14/arch/xtensa/variants/de212/include/variant/
Dtie-asm.h99 rsr.M2 \at1 // MAC16 option
154 wsr.M2 \at1 // MAC16 option
/linux-4.4.14/Documentation/hwmon/
Dibmaem9 This includes the x3350, x3550, x3650, x3655, x3755, x3850 M2,
10 x3950 M2, and certain HC10/HS2x/LS2x/QS2x blades. The IPMI host interface
/linux-4.4.14/arch/blackfin/kernel/cplb-mpu/
DMakefile9 -ffixed-M0 -ffixed-M1 -ffixed-M2 -ffixed-M3 \
/linux-4.4.14/arch/blackfin/kernel/cplb-nompu/
DMakefile9 -ffixed-M0 -ffixed-M1 -ffixed-M2 -ffixed-M3 \
/linux-4.4.14/arch/xtensa/variants/dc233c/include/variant/
Dtie-asm.h108 rsr \at1, M2 // MAC16 option
173 wsr \at1, M2 // MAC16 option
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt9 "renesas,msiof-r8a7791" (R-Car M2-W)
11 "renesas,msiof-r8a7793" (R-Car M2-N)
Dspi-rspi.txt14 - "renesas,qspi-r8a7791" (R-Car M2-W)
16 - "renesas,qspi-r8a7793" (R-Car M2-N)
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Drenesas,gpio-rcar.txt9 - "renesas,gpio-r8a7791": for R8A7791 (R-Car M2-W) compatible GPIO controller.
10 - "renesas,gpio-r8a7793": for R8A7793 (R-Car M2-N) compatible GPIO controller.
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Drenesas,pwm-rcar.txt8 - "renesas,pwm-r8a7791": for R-Car M2-W
/linux-4.4.14/Documentation/isdn/
DREADME.avmb118 M2
66 if you have an PCMCIA card (B1/M1/M2) load the module b1pcmcia.o
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt19 - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2-W) compatible pin-controller.
20 - "renesas,pfc-r8a7793": for R8A7793 (R-Car M2-N) compatible pin-controller.
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c141 pllvals->N2 = pllvals->M2 = 1; in nouveau_hw_decode_pll()
155 pllvals->M2 = (pll1 >> 4) & 0x7; in nouveau_hw_decode_pll()
208 if (!pv->M1 || !pv->M2) in nouveau_hw_pllvals_to_clk()
211 return pv->N1 * pv->N2 * pv->refclk / (pv->M1 * pv->M2) >> pv->log2P; in nouveau_hw_pllvals_to_clk()
Dcrtc.c160 pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P); in nv_crtc_calc_state_ext()
/linux-4.4.14/arch/arm/boot/dts/
Dsun6i-a31s-sinovoip-bpi-m2.dts49 model = "Sinovoip BPI-M2";
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt11 - "renesas,rcar_sound-r8a7791" (R-Car M2-W)
/linux-4.4.14/arch/c6x/lib/
Dcsum_64plus.S53 || MPYU .M2 B7,B2,B8
/linux-4.4.14/arch/avr32/kernel/
Dentry-avr32b.S578 orh r8, hi(SYSREG_BIT(M1) | SYSREG_BIT(M2))
/linux-4.4.14/drivers/iommu/
DKconfig350 R-Mobile APE6 and R-Car H2/M2 SoCs.
/linux-4.4.14/arch/arm/
DKconfig.debug824 via SCIF0 on Renesas R-Car H2 (R8A7790), M2-W (R8A7791), or
825 M2-N (R8A7793).
/linux-4.4.14/drivers/hwmon/
DKconfig558 the x3350, x3550, x3650, x3655, x3755, x3850 M2, x3950 M2,