Home
last modified time | relevance | path

Searched refs:M1 (Results 26 – 50 of 100) sorted by relevance

1234

/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h50 rsr \at2, M1
93 wsr \at2, M1
/linux/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h97 rsr.M1 \at1 // MAC16 option
152 wsr.M1 \at1 // MAC16 option
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c57 int N1, M1; in read_pll() local
71 M1 = (coef & 0x000000ff); in read_pll()
72 if ((ctrl & 0x80000000) && M1) { in read_pll()
73 clock = ref * N1 / M1; in read_pll()
H A Dpll.h9 int *N1, int *M1, int *N2, int *M2, int *P);
H A Dnv50.c166 int N1, N2, M1, M2; in read_pll() local
177 M1 = (coef & 0x000000ff); in read_pll()
178 if ((ctrl & 0x80000000) && M1) { in read_pll()
179 freq = ref * N1 / M1; in read_pll()
/linux/arch/xtensa/variants/csp/include/variant/
H A Dtie-asm.h109 rsr.M1 \at1 // MAC16 option
176 wsr.M1 \at1 // MAC16 option
/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h106 rsr \at1, M1 // MAC16 option
171 wsr \at1, M1 // MAC16 option
/linux/Documentation/devicetree/bindings/mailbox/
H A Dapple,mailbox.yaml26 ASC mailboxes are the most common variant found on the M1 used
38 interface still found on the M1. It is used for the Thunderbolt
/linux/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl2298 vpmuludq $T1,$R0,$M1
2310 vpmuludq $T2,$S4,$M1
2324 vpmuludq $T3,$S3,$M1
2335 vpmuludq $T4,$S2,$M1
2363 vpsrlq \$26,$D1,$M1
2488 vpmuludq $H0,$R1,$M1
2508 vpmuludq $H1,$R0,$M1
2518 vpmuludq $H3,$S3,$M1
2527 vpmuludq $H4,$S2,$M1
2628 vpmuludq $H0,$R1,$M1
[all …]
/linux/arch/arm64/boot/dts/apple/
H A Dt6000.dtsi3 * Apple T6000 "M1 Pro" SoC
H A Dt600x-dieX.dtsi3 * Devices used on both dies on the Apple T6002 "M1 Ultra" and present on
4 * Apple T6000/T6001 "M1 Pro/Max".
H A Dt6001.dtsi3 * Apple T6001 "M1 Max" SoC
H A Dt8112-j493.dts3 * Apple MacBook Pro (13-inch, M1, 2022)
H A Dt600x-die0.dtsi3 * Devices used on die 0 on the Apple T6002 "M1 Ultra" SoC and present on
4 * Apple T6000 / T6001 "M1 Pro" / "M1 Max".
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf100.c143 int N1, M1, P; in gf100_ram_calc() local
216 &N1, NULL, &M1, &P); in gf100_ram_calc()
225 ram_wr32(fuc, 0x10fe24, (P << 16) | (N1 << 8) | M1); in gf100_ram_calc()
231 &N1, NULL, &M1, &P); in gf100_ram_calc()
238 ram_wr32(fuc, 0x132004, (P << 16) | (N1 << 8) | M1); in gf100_ram_calc()
H A Dramgk104.c133 int N1, fN1, M1, P1; member
161 const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1); in r1373f4_init()
703 const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1); in gk104_ram_calc_sddr3()
989 int *N1, int *fN1, int *M1, int *P1, in gk104_pll_calc_hiclk() argument
995 *M1 = 1; in gk104_pll_calc_hiclk()
1033 *fN1 = (u16)((((best_err / *N2 * *P2) * (*P1 * *M1)) << 13) / crystal); in gk104_pll_calc_hiclk()
1066 &ram->N1, &ram->fN1, &ram->M1, &ram->P1, in gk104_ram_calc_xits()
1078 &ram->fN1, &ram->M1, &ram->P1); in gk104_ram_calc_xits()
H A Dramnv50.c230 int N1, M1, N2, M2, P; in nv50_ram_calc() local
331 &N1, &M1, &N2, &M2, &P); in nv50_ram_calc()
355 ram_mask(hwsq, 0x00400c, 0x0000ffff, (N1 << 8) | M1); in nv50_ram_calc()
/linux/arch/m68k/fpsp040/
H A Dsetox.S162 | X = (M1+M)log2 + Jlog2/64 + R, |M1+M| >= 16380.
164 | When that is the case, AdjScale = 2^(M1) where M1 is
190 | 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, AdjFlag := 1.
192 | 8.6 Create the values Scale = 2^M, AdjScale = 2^M1.
598 asrl #1,%d0 | ...D0 is M1
600 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M1)
601 movew %d0,ADJSCALE(%a6) | ...ADJSCALE := 2^(M1)
/linux/Documentation/devicetree/bindings/nvmem/
H A Dapple,efuses.yaml10 Apple SoCs such as the M1 contain factory-programmed eFuses used to e.g. store
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c153 pllvals->M1 &= 0xf; /* only 4 bits */ 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()
272 if (pv.M1 >= pll_lim.vco1.min_m && pv.M1 <= pll_lim.vco1.max_m && in nouveau_hw_fix_bad_vpll()
280 pv.M1 = pll_lim.vco1.max_m; in nouveau_hw_fix_bad_vpll()
/linux/Documentation/devicetree/bindings/clock/
H A Dapple,nco.yaml14 such as the t8103 (M1) is a programmable clock generator performing
H A Drenesas,cpg-mstp-clocks.yaml27 - renesas,r8a7778-mstp-clocks # R-Car M1
/linux/Documentation/devicetree/bindings/i2c/
H A Dapple,i2c.yaml13 Apple SoCs such as the M1 come with a I2C controller based on the one found
/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie-asm.h109 rsr.M1 \at1 // MAC16 option
176 wsr.M1 \at1 // MAC16 option
/linux/drivers/net/wireless/realtek/rtl818x/
H A DKconfig45 Dlink DWL-650 v M1

1234