Home
last modified time | relevance | path

Searched refs:M1 (Results 1 – 34 of 34) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv40.c72 int M1 = (coef & 0x000000ff) >> 0; in read_pll_2() local
76 if ((ctrl & 0x80000000) && M1) { in read_pll_2()
77 clk = ref * N1 / M1; in read_pll_2()
131 int *N1, int *M1, int *N2, int *M2, int *log2P) in nv40_clk_calc_pll() argument
144 ret = nv04_pll_calc(nv_subdev(priv), &pll, clk, N1, M1, N2, M2, log2P); in nv40_clk_calc_pll()
157 int N1, M1, N2, M2, log2P; in nv40_clk_calc() local
162 &N1, &M1, &N2, &M2, &log2P); in nv40_clk_calc()
168 priv->npll_coef = (N1 << 8) | M1; in nv40_clk_calc()
171 priv->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_clk_calc()
177 &N1, &M1, NULL, NULL, &log2P); in nv40_clk_calc()
[all …]
Dpllnv04.c151 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()
Dnv04.c39 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
40 int ret = nv04_pll_calc(nv_subdev(clock), info, clk, &N1, &M1, &N2, &M2, &P); in nv04_clk_pll_calc()
44 pv->M1 = M1; in nv04_clk_pll_calc()
Dmcp77.c55 int N1, M1; in read_pll() local
69 M1 = (coef & 0x000000ff); in read_pll()
70 if ((ctrl & 0x80000000) && M1) { in read_pll()
71 clock = ref * N1 / M1; in read_pll()
Dpll.h8 int *N1, int *M1, int *N2, int *M2, int *P);
Dnv50.c164 int N1, N2, M1, M2; in read_pll() local
175 M1 = (coef & 0x000000ff); in read_pll()
176 if ((ctrl & 0x80000000) && M1) { in read_pll()
177 freq = ref * N1 / M1; in read_pll()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c41 int N1, M1, N2, M2, P; in nv50_devinit_pll_set() local
50 ret = nv04_pll_calc(nv_subdev(devinit), &info, freq, &N1, &M1, &N2, &M2, &P); in nv50_devinit_pll_set()
60 nv_mask(priv, info.reg + 4, 0x00ff00ff, (M1 << 16) | N1); in nv50_devinit_pll_set()
68 nv_wr32(priv, info.reg + 4, (N1 << 8) | M1); in nv50_devinit_pll_set()
72 nv_wr32(priv, info.reg + 4, (N1 << 8) | M1); in nv50_devinit_pll_set()
Dnv04.c162 if (oldM && pv->M1 && (oldN / oldM < pv->N1 / pv->M1)) in setPLL_single()
359 int N1, M1, N2, M2, P; in nv04_devinit_pll_set() local
367 &N1, &M1, &N2, &M2, &P); in nv04_devinit_pll_set()
373 pv.M1 = M1; in nv04_devinit_pll_set()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c40 int N1, M1, N2, M2; in nv40_ram_calc() local
50 &N1, &M1, &N2, &M2, &log2P); in nv40_ram_calc()
58 ram->coef = (N1 << 8) | M1; in nv40_ram_calc()
61 ram->coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_ram_calc()
Dramgf100.c141 int N1, M1, P; in gf100_ram_calc() local
214 ram->mempll.refclk, &N1, NULL, &M1, &P); in gf100_ram_calc()
223 ram_wr32(fuc, 0x10fe24, (P << 16) | (N1 << 8) | M1); in gf100_ram_calc()
229 &N1, NULL, &M1, &P); in gf100_ram_calc()
236 ram_wr32(fuc, 0x132004, (P << 16) | (N1 << 8) | M1); in gf100_ram_calc()
Dramnv50.c73 int N1, M1, N2, M2, P; in nv50_ram_calc() local
134 &N1, &M1, &N2, &M2, &P); in nv50_ram_calc()
144 ram_mask(hwsq, 0x00400c, 0x0000ffff, (N1 << 8) | M1); in nv50_ram_calc()
Dramgk104.c133 int N1, fN1, M1, P1; member
161 const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1); in r1373f4_init()
681 const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1); in gk104_ram_calc_sddr3()
977 &ram->fN1, &ram->M1, &ram->P1); in gk104_ram_calc_xits()
/linux-4.1.27/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.1.27/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.1.27/arch/xtensa/variants/dc232b/include/variant/
Dtie-asm.h50 rsr \at2, M1
93 wsr \at2, M1
/linux-4.1.27/arch/blackfin/kernel/cplb-nompu/
DMakefile9 -ffixed-M0 -ffixed-M1 -ffixed-M2 -ffixed-M3 \
/linux-4.1.27/arch/blackfin/kernel/cplb-mpu/
DMakefile9 -ffixed-M0 -ffixed-M1 -ffixed-M2 -ffixed-M3 \
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/
Dtie-asm.h106 rsr \at1, M1 // MAC16 option
171 wsr \at1, M1 // MAC16 option
/linux-4.1.27/arch/m68k/fpsp040/
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-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-hspi.txt6 - "renesas,hspi-r8a7778" (R-Car M1)
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
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()
266 if (pv.M1 >= pll_lim.vco1.min_m && pv.M1 <= pll_lim.vco1.max_m && in nouveau_hw_fix_bad_vpll()
274 pv.M1 = pll_lim.vco1.max_m; in nouveau_hw_fix_bad_vpll()
Dcrtc.c160 pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P); in nv_crtc_calc_state_ext()
163 pv->N1, pv->M1, pv->log2P); in nv_crtc_calc_state_ext()
/linux-4.1.27/Documentation/isdn/
DREADME.avmb117 M1
66 if you have an PCMCIA card (B1/M1/M2) load the module b1pcmcia.o
/linux-4.1.27/drivers/net/wireless/rtl818x/
DKconfig44 Dlink DWL-650 v M1
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Drenesas,gpio-rcar.txt6 - "renesas,gpio-r8a7778": for R8A7778 (R-Mobile M1) compatible GPIO controller.
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Drenesas,sci-serial.txt12 - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART.
/linux-4.1.27/drivers/eisa/
Deisa.ids28 ACR1341 "M1 486SX/20 CPU Board"
29 ACR1351 "M1 486SX/20 CPU Board"
30 ACR1361 "M1 487/20 CPU Board"
31 ACR1371 "M1 487/20 CPU Board"
32 ACR1381 "M1 486/20 CPU Board"
33 ACR1391 "M1 486/20 CPU Board"
34 ACR1581 "M1 486/33 CPU Board"
35 ACR1591 "M1 486/33 CPU Board"
36 ACR15A1 "M1 486/33 CPU Board"
37 ACR15B1 "M1 486/33 CPU Board"
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dl2cc.txt45 filter. Addresses in the filter window are directed to the M1 port. Other
/linux-4.1.27/Documentation/networking/
Ds2io.txt29 eth4: Device is on 64 bit 133MHz PCIX(M1) bus
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt16 - "renesas,pfc-r8a7778": for R8A7778 (R-Mobile M1) compatible pin-controller.
/linux-4.1.27/arch/c6x/lib/
Dcsum_64plus.S75 || MPYU .M1 A7,A2,A8
/linux-4.1.27/arch/avr32/kernel/
Dentry-avr32b.S578 orh r8, hi(SYSREG_BIT(M1) | SYSREG_BIT(M2))
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfplsp.S6821 # X = (M1+M)log2 + Jlog2/64 + R, |M1+M| >= 16380. #
6823 # When that is the case, AdjScale = 2^(M1) where M1 is #
6849 # 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, #
6853 # 8.6 Create the values Scale = 2^M, AdjScale = 2^M1. #
7234 asr.l &1,%d1 # D0 is M1
7236 add.w &0x3FFF,%d1 # biased expo. of 2^(M1)
7237 mov.w %d1,ADJSCALE(%a6) # ADJSCALE := 2^(M1)
/linux-4.1.27/drivers/staging/comedi/
DKconfig269 Enable support for Measurement Computing CIO-DAS16/M1 ISA cards.