/linux-6.6.21/Documentation/devicetree/bindings/arm/ |
D | apple.yaml | 15 This currently includes devices based on the "M1" SoC: 17 - Mac mini (M1, 2020) 18 - MacBook Pro (13-inch, M1, 2020) 19 - MacBook Air (M1, 2020) 20 - iMac (24-inch, M1, 2021) 28 And devices based on the "M1 Pro", "M1 Max" and "M1 Ultra" SoCs: 30 - MacBook Pro (14-inch, M1 Pro, 2021) 31 - MacBook Pro (14-inch, M1 Max, 2021) 32 - MacBook Pro (16-inch, M1 Pro, 2021) 33 - MacBook Pro (16-inch, M1 Max, 2021) [all …]
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv40.c | 64 int M1 = (coef & 0x000000ff) >> 0; in read_pll_2() local 68 if ((ctrl & 0x80000000) && M1) { in read_pll_2() 69 khz = ref * N1 / M1; 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() 162 clk->npll_coef = (N1 << 8) | M1; in nv40_clk_calc() 165 clk->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_clk_calc() 171 &N1, &M1, NULL, NULL, &log2P); in nv40_clk_calc() [all …]
|
D | pllnv04.c | 151 int M1, N1, M2, N2, log2P; in getMNP_double() local 164 for (M1 = minM1; M1 <= maxM1; M1++) { in getMNP_double() 165 if (crystal/M1 < minU1) in getMNP_double() 167 if (crystal/M1 > maxU1) in getMNP_double() 171 calcclk1 = crystal * N1 / M1; in getMNP_double() 212 *pM1 = M1; in getMNP_double() 228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc() argument 233 ret = getMNP_single(subdev, info, freq, N1, M1, P); in nv04_pll_calc() 239 ret = getMNP_double(subdev, info, freq, N1, M1, N2, M2, P); in nv04_pll_calc()
|
D | nv04.c | 35 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() 40 pv->M1 = M1; in nv04_clk_pll_calc()
|
/linux-6.6.21/Documentation/i2c/ |
D | i2c-topology.rst | 63 '--------' | | mux M1 |--. .--------. 72 2. M1 locks muxes on its parent (the root adapter in this case). 73 3. M1 calls ->select to ready the mux. 74 4. M1 (presumably) does some I2C transfers as part of its select. 77 5. M1 feeds the I2C transfer from step 1 to its parent adapter as a 79 6. M1 calls ->deselect, if it has one. 81 8. M1 unlocks muxes on its parent. 142 '--------' | | mux M1 |--. .--------. 151 2. M1 locks muxes on its parent (the root adapter in this case). 152 3. M1 locks its parent adapter. [all …]
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv50.c | 41 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() 60 nvkm_mask(device, info.reg + 4, 0x00ff00ff, (M1 << 16) | N1); in nv50_devinit_pll_set() 69 nvkm_wr32(device, info.reg + 4, (N1 << 8) | M1); in nv50_devinit_pll_set() 73 nvkm_wr32(device, info.reg + 4, (N1 << 8) | M1); in nv50_devinit_pll_set()
|
D | nv04.c | 164 if (oldM && pv->M1 && (oldN / oldM < pv->N1 / pv->M1)) in setPLL_single() 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() 376 pv.M1 = M1; in nv04_devinit_pll_set()
|
/linux-6.6.21/arch/arm64/crypto/ |
D | polyval-ce-core.S | 39 M1 .req v1 label 223 ld1 {M0.16b, M1.16b, M2.16b, M3.16b}, [MSG], #64 256 karatsuba1 M1 KEY7 278 ld1 {M0.16b, M1.16b, M2.16b, M3.16b}, [MSG], #64 281 karatsuba1 M1 KEY7 287 ld1 {M0.16b, M1.16b}, [MSG], #32 290 karatsuba1 M1 KEY7
|
/linux-6.6.21/arch/arm64/boot/dts/apple/ |
D | t6001-j375c.dts | 3 * Mac Studio (M1 Max, 2022) 17 model = "Apple Mac Studio (M1 Max, 2022)";
|
D | t6000-j314s.dts | 3 * MacBook Pro (14-inch, M1 Pro, 2021) 17 model = "Apple MacBook Pro (14-inch, M1 Pro, 2021)";
|
D | t6000-j316s.dts | 3 * MacBook Pro (16-inch, M1 Pro, 2021) 17 model = "Apple MacBook Pro (16-inch, M1 Pro, 2021)";
|
D | t6001-j314c.dts | 3 * MacBook Pro (14-inch, M1 Max, 2021) 17 model = "Apple MacBook Pro (14-inch, M1 Max, 2021)";
|
D | t6001-j316c.dts | 3 * MacBook Pro (16-inch, M1 Max, 2021) 17 model = "Apple MacBook Pro (16-inch, M1 Max, 2021)";
|
D | t8103-jxxx.dtsi | 3 * Apple M1 Mac mini, MacBook Air/Pro, iMac 24" (M1, 2020/2021) 5 * This file contains parts common to all Apple M1 devices using the t8103.
|
D | t8103-j313.dts | 3 * Apple MacBook Air (M1, 2020) 18 model = "Apple MacBook Air (M1, 2020)";
|
D | t8103-j293.dts | 3 * Apple MacBook Pro (13-inch, M1, 2020) 18 model = "Apple MacBook Pro (13-inch, M1, 2020)";
|
D | t6002-j375d.dts | 3 * Mac Studio (M1 Ultra, 2022) 17 model = "Apple Mac Studio (M1 Ultra, 2022)";
|
D | t8103-j274.dts | 3 * Apple Mac mini (M1, 2020) 17 model = "Apple Mac mini (M1, 2020)";
|
D | t8103-j457.dts | 3 * Apple iMac (24-inch, 2x USB-C, M1, 2020) 17 model = "Apple iMac (24-inch, 2x USB-C, M1, 2021)";
|
D | t8103-j456.dts | 3 * Apple iMac (24-inch, 4x USB-C, M1, 2020) 17 model = "Apple iMac (24-inch, 4x USB-C, M1, 2021)";
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv40.c | 40 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() 57 ram->coef = (N1 << 8) | M1; in nv40_ram_calc() 60 ram->coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_ram_calc()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | pll.h | 9 uint8_t N1, M1, N2, M2; member 11 uint8_t M1, N1, M2, N2;
|
/linux-6.6.21/drivers/soc/apple/ |
D | Kconfig | 26 Apple SoCs such as the M1 come with various co-processors running 39 as the M1. It is usually required for the NVMe coprocessor which does
|
/linux-6.6.21/Documentation/devicetree/bindings/iommu/ |
D | apple,sart.yaml | 23 SART2, first seen in A14 and M1, allows 36 bit of physical address space 26 SART3, first seen in M1 Pro/Max, extends both the address space and filter
|
/linux-6.6.21/arch/xtensa/variants/dc232b/include/variant/ |
D | tie-asm.h | 50 rsr \at2, M1 93 wsr \at2, M1
|