Home
last modified time | relevance | path

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

1234

/linux/arch/sparc/kernel/
A Dtraps_64.c1100 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
1101 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
1103 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
1105 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
1107 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
1108 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5,
1110 /*0a*/M2, 23, 113, M2, 112, M2, M, 51, 95, M, M2, M3, M2, M3, M3, M2,
1112 /*0c*/M2, 22, 110, M2, 109, M2, M, 9, 108, M2, M, M3, M2, M3, M3, M,
1118 /*12*/M2, 97, 82, M2, 78, M2, M2, 1, 96, M, M, M, M, M, M3, M2,
1120 /*14*/M2, 93, 92, M, 91, M, M2, 8, 90, M2, M2, M, M, M, M, M4,
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A 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 …]
A 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()
A 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()
A 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/Documentation/i2c/
A Di2c-topology.rst231 '--------' | | mux M1 |--. | mux M2 |--. .--------.
239 and specifically when M2 requests its parent to lock, M1 passes
244 through and be seen by the M2 adapter, thus closing M2 prematurely.
255 '--------' | | mux M1 |--. | mux M2 |--. .--------.
276 '--------' | | mux M1 |--. | mux M2 |--. .--------.
294 The topology is especially troublesome if M2 is an auto-closing
298 But if M2 is not making the above stated assumption, and if M2 is not
310 '--------' | | mux M1 |--. | mux M2 |--. .--------.
340 '--------' | | mux M2 |--. .--------.
364 '--------' | | mux M2 |--. .--------.
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
A 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()
A 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/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A 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()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
A Dpll.h9 uint8_t N1, M1, N2, M2; member
11 uint8_t M1, N1, M2, N2;
/linux/Documentation/devicetree/bindings/media/
A Drenesas,jpu.txt11 - "renesas,jpu-r8a7791" for R-Car M2-W
13 - "renesas,jpu-r8a7793" for R-Car M2-N
/linux/Documentation/devicetree/bindings/ata/
A Drenesas,rcar-sata.yaml23 - renesas,sata-r8a7791 # R-Car M2-W
24 - renesas,sata-r8a7793 # R-Car M2-N
/linux/Documentation/devicetree/bindings/power/
A Drenesas,apmu.yaml27 - renesas,r8a7791-apmu # R-Car M2-W
29 - renesas,r8a7793-apmu # R-Car M2-N
A Drenesas,rcar-sysc.yaml31 - renesas,r8a7791-sysc # R-Car M2-W
33 - renesas,r8a7793-sysc # R-Car M2-N
/linux/arch/xtensa/variants/dc232b/include/variant/
A Dtie-asm.h53 rsr \at1, M2
96 wsr \at1, M2
/linux/arch/xtensa/variants/de212/include/variant/
A Dtie-asm.h99 rsr.M2 \at1 // MAC16 option
154 wsr.M2 \at1 // MAC16 option
/linux/Documentation/hwmon/
A Dibmaem.rst11 This includes the x3350, x3550, x3650, x3655, x3755, x3850 M2,
12 x3950 M2, and certain HC10/HS2x/LS2x/QS2x blades.
/linux/Documentation/devicetree/bindings/serial/
A Drenesas,scifb.yaml32 - renesas,scifb-r8a7791 # R-Car M2-W
33 - renesas,scifb-r8a7793 # R-Car M2-N
A Drenesas,scifa.yaml32 - renesas,scifa-r8a7791 # R-Car M2-W
33 - renesas,scifa-r8a7793 # R-Car M2-N
/linux/Documentation/devicetree/bindings/usb/
A Drenesas,usb-xhci.yaml25 - renesas,xhci-r8a7791 # R-Car M2-W
26 - renesas,xhci-r8a7793 # R-Car M2-N
/linux/arch/x86/crypto/
A Dpoly1305-x86_64-cryptogams.pl2300 vpmuludq $T1,$R1,$M2
2314 vpmuludq $T2,$R0,$M2
2326 vpmuludq $T3,$S4,$M2
2337 vpmuludq $T4,$S3,$M2
2372 vpsrlq \$26,$D2,$M2
2498 vpmuludq $H0,$R2,$M2
2510 vpmuludq $H1,$R1,$M2
2521 vpmuludq $H3,$S4,$M2
2529 vpmuludq $H4,$S3,$M2
2639 vpmuludq $H0,$R2,$M2
[all …]
/linux/Documentation/devicetree/bindings/pwm/
A Drenesas,tpu-pwm.yaml32 - renesas,tpu-r8a7791 # R-Car M2-W
34 - renesas,tpu-r8a7793 # R-Car M2-N
/linux/arch/xtensa/variants/csp/include/variant/
A Dtie-asm.h111 rsr.M2 \at1 // MAC16 option
178 wsr.M2 \at1 // MAC16 option
/linux/arch/xtensa/variants/dc233c/include/variant/
A Dtie-asm.h108 rsr \at1, M2 // MAC16 option
173 wsr \at1, M2 // MAC16 option
/linux/Documentation/devicetree/bindings/dma/
A Drenesas,usb-dmac.yaml29 - renesas,r8a7791-usb-dmac # R-Car M2-W
30 - renesas,r8a7793-usb-dmac # R-Car M2-N

Completed in 30 milliseconds

1234