| /linux/arch/sparc/kernel/ |
| A D | traps_64.c | 1101 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M, 1102 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16, 1104 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M, 1106 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4, 1108 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3, 1109 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5, 1111 /*0a*/M2, 23, 113, M2, 112, M2, M, 51, 95, M, M2, M3, M2, M3, M3, M2, 1113 /*0c*/M2, 22, 110, M2, 109, M2, M, 9, 108, M2, M, M3, M2, M3, M3, M, 1119 /*12*/M2, 97, 82, M2, 78, M2, M2, 1, 96, M, M, M, M, M, M3, M2, 1121 /*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 D | pllnv04.c | 151 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 D | nv40.c | 62 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 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() 42 pv->M2 = M2; in nv04_clk_pll_calc()
|
| A D | pll.h | 9 int *N1, int *M1, int *N2, int *M2, int *P);
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | apple.yaml | 22 Devices based on the "M2" SoC: 24 - MacBook Air (M2, 2022) 25 - MacBook Pro (13-inch, M2, 2022) 26 - Mac mini (M2, 2023) 79 - description: Apple M2 SoC based platforms 82 - apple,j413 # MacBook Air (M2, 2022) 83 - apple,j473 # Mac mini (M2, 2023) 84 - apple,j493 # MacBook Pro (13-inch, M2, 2022)
|
| /linux/arch/arm64/boot/dts/apple/ |
| A D | t8112-jxxx.dtsi | 3 * Apple M2 MacBook Air/Pro (M2, 2022) 5 * This file contains parts common to all Apple M2 devices using the t8112.
|
| A D | t8112-j473.dts | 3 * Apple Mac mini (M2, 2023) 17 model = "Apple Mac mini (M2, 2023)";
|
| A D | t8112-j413.dts | 3 * Apple MacBook Air (M2, 2022) 18 model = "Apple MacBook Air (13-inch, M2, 2022)";
|
| /linux/Documentation/i2c/ |
| A D | i2c-topology.rst | 201 '--------' | | mux M1 |--. | mux M2 |--. .--------. 209 and specifically when M2 requests its parent to lock, M1 passes 214 through and be seen by the M2 adapter, thus closing M2 prematurely. 225 '--------' | | mux M1 |--. | mux M2 |--. .--------. 248 '--------' | | mux M1 |--. | mux M2 |--. .--------. 266 The topology is especially troublesome if M2 is an auto-closing 270 But if M2 is not making the above stated assumption, and if M2 is not 282 '--------' | | mux M1 |--. | mux M2 |--. .--------. 312 '--------' | | mux M2 |--. .--------. 336 '--------' | | mux M2 |--. .--------. [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| A 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() 55 if (N2 == M2) { in nv40_ram_calc() 60 ram->coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_ram_calc()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8mm-data-modul-edm-sbc.dts | 226 "", "M2-B_PCIE_RST#", "M2-B_PCIE_WAKE#", "RTC_IRQ#", 227 "WDOG_KICK#", "M2-B_PCIE_CLKREQ#", 240 "M2-B_W_DISABLE1_WWAN_1V8#", "M2-B_W_DISABLE2_GPS_1V8#", 253 "M2-B_RESET_1V8#", "", "", "", 708 /* M2-B_RESET_1V8# */ 710 /* M2-B_PCIE_RST# */ 714 /* M2-B_W_DISABLE1_WWAN_1V8# */ 716 /* M2-B_W_DISABLE2_GPS_1V8# */ 720 /* M2-B_WAKE_WWAN_1V8# */ 722 /* M2-B_PCIE_WAKE# */ [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
| A D | nv04.c | 210 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 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() 62 (M2 << 16) | N2); in nv50_devinit_pll_set()
|
| /linux/arch/arm64/boot/dts/ti/ |
| A D | k3-am642-hummingboard-t.dts | 83 * - select: 0 = USB-3 (M2); 1 = PCIE (M1) 237 /* connector M2 RESET */ 239 /* connectors M1 & M2 W_DISABLE1 */ 241 /* connectors M1 & M2 W_DISABLE2 */ 243 /* connectors M1 & M2 PERST0 (PCI Reset) */ 247 /* connector M2 CLKREQ0 */
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| A D | pll.h | 9 uint8_t N1, M1, N2, M2; member 11 uint8_t M1, N1, M2, N2;
|
| /linux/arch/arm64/crypto/ |
| A D | polyval-ce-core.S | 40 M2 .req v2 label 223 ld1 {M0.16b, M1.16b, M2.16b, M3.16b}, [MSG], #64 251 karatsuba1 M2 KEY6 278 ld1 {M0.16b, M1.16b, M2.16b, M3.16b}, [MSG], #64 282 karatsuba1 M2 KEY6
|
| /linux/Documentation/devicetree/bindings/media/ |
| A D | renesas,jpu.yaml | 22 - renesas,jpu-r8a7791 # R-Car M2-W 24 - renesas,jpu-r8a7793 # R-Car M2-N
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| A D | meson-sm1-bananapi-m2-pro.dts | 14 model = "Banana Pi BPI-M2-PRO"; 18 model = "BPI-M2-PRO";
|
| /linux/Documentation/devicetree/bindings/power/ |
| A D | renesas,apmu.yaml | 27 - renesas,r8a7791-apmu # R-Car M2-W 29 - renesas,r8a7793-apmu # R-Car M2-N
|
| /linux/arch/xtensa/variants/dc232b/include/variant/ |
| A D | tie-asm.h | 53 rsr \at1, M2 96 wsr \at1, M2
|
| /linux/arch/xtensa/variants/de212/include/variant/ |
| A D | tie-asm.h | 99 rsr.M2 \at1 // MAC16 option 154 wsr.M2 \at1 // MAC16 option
|
| /linux/Documentation/devicetree/bindings/ata/ |
| A D | renesas,rcar-sata.yaml | 23 - renesas,sata-r8a7791 # R-Car M2-W 24 - renesas,sata-r8a7793 # R-Car M2-N
|
| /linux/Documentation/hwmon/ |
| A D | ibmaem.rst | 11 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 D | renesas,scifb.yaml | 32 - renesas,scifb-r8a7791 # R-Car M2-W 33 - renesas,scifb-r8a7793 # R-Car M2-N
|