/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv40.c | 63 int N1 = (coef & 0x0000ff00) >> 8; in read_pll_2() local 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() 175 clk->spll = 0xc0000000 | (log2P << 16) | (N1 << 8) | M1; in nv40_clk_calc()
|
D | pllnv04.c | 151 int M1, N1, M2, N2, log2P; in getMNP_double() local 170 for (N1 = minN1; N1 <= maxN1; N1++) { in getMNP_double() 171 calcclk1 = crystal * N1 / M1; in getMNP_double() 211 *pN1 = N1; 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() 39 pv->N1 = N1; in nv04_clk_pll_calc()
|
D | pll.h | 9 int *N1, int *M1, int *N2, int *M2, int *P);
|
D | mcp77.c | 57 int N1, M1; in read_pll() local 70 N1 = (coef & 0x0000ff00) >> 8; in read_pll() 73 clock = ref * N1 / M1; in read_pll()
|
D | nv50.c | 166 int N1, N2, M1, M2; in read_pll() local 176 N1 = (coef & 0x0000ff00) >> 8; in read_pll() 179 freq = ref * N1 / M1; in read_pll()
|
/Linux-v4.19/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() 375 pv.N1 = N1; in nv04_devinit_pll_set()
|
/Linux-v4.19/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()
|
D | ramgf100.c | 143 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()
|
D | ramgk104.c | 133 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 1014 *N1 = n_ref; in gk104_pll_calc_hiclk() 1025 *N1 = n_ref; in gk104_pll_calc_hiclk() 1037 return gk104_calc_pll_output(*fN1, 1, *N1, *P1, crystal); in gk104_pll_calc_hiclk() 1066 &ram->N1, &ram->fN1, &ram->M1, &ram->P1, in gk104_ram_calc_xits() 1077 ret = gt215_pll_calc(subdev, &fuc->refpll, refclk, &ram->N1, in gk104_ram_calc_xits()
|
D | ramnv50.c | 231 int N1, M1, N2, M2, P; in nv50_ram_calc() local 332 &N1, &M1, &N2, &M2, &P); in nv50_ram_calc() 356 ram_mask(hwsq, 0x00400c, 0x0000ffff, (N1 << 8) | M1); in nv50_ram_calc()
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | renesas,rzn1-uart.txt | 1 Renesas RZ/N1 UART 7 - compatible : The device specific string followed by the generic RZ/N1 string.
|
/Linux-v4.19/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-v4.19/Documentation/arm/SA1100/ |
D | Brutus | 31 options "9600 8N1" 44 you may use minicom configured with /dev/ttyS1, 9600 baud, 8N1, no flow
|
D | GraphicsClient | 42 options "38400 8N1" 55 and that minicom is preconfigured with /dev/ttyS1, 38400 baud, 8N1, no flow
|
D | CERF | 17 - Serial ports with a serial console (hardcoded to 38400 8N1)
|
/Linux-v4.19/Documentation/networking/ |
D | vortex.txt | 88 options=N1,N2,N3,... 134 full_duplex=N1,N2,N3... 143 global_full_duplex=N1 148 flow_ctrl=N1,N2,N3... 186 hw_checksums=N1,N2,N3,... 227 enable_wol=N1,N2,N3,...
|
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | Kconfig | 123 bool "RZ/N1 (R9A06G0xx) Family"
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 211 return pv->N1 * pv->N2 * pv->refclk / (pv->M1 * pv->M2) >> pv->log2P; in nouveau_hw_pllvals_to_clk() 272 pv.N1 >= pll_lim.vco1.min_n && pv.N1 <= pll_lim.vco1.max_n && in nouveau_hw_fix_bad_vpll() 280 pv.N1 = pll_lim.vco1.min_n; in nouveau_hw_fix_bad_vpll()
|
D | crtc.c | 161 pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P); in nv_crtc_calc_state_ext() 164 pv->N1, pv->M1, pv->log2P); in nv_crtc_calc_state_ext()
|
/Linux-v4.19/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed-g4.c | 1438 #define N1 190 macro 1441 MS_PIN_DECL_(N1, SIG_EXPR_LIST_PTR(GPIOX6), SIG_EXPR_LIST_PTR(ADC14)); 1442 FUNC_GROUP_DECL(ADC14, N1); 1916 ASPEED_PINCTRL_PIN(N1), 2369 { PIN_CONFIG_BIAS_PULL_DOWN, { N1, N1 }, SCUA8, 18 }, 2370 { PIN_CONFIG_BIAS_DISABLE, { N1, N1 }, SCUA8, 18 },
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | memory.txt | 575 total=<total pages> N0=<node 0 pages> N1=<node 1 pages> ... 576 file=<total file pages> N0=<node 0 pages> N1=<node 1 pages> ... 577 anon=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 578 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 579 hierarchical_<counter>=<counter pages> N0=<node 0 pages> N1=<node 1 pages> ...
|
/Linux-v4.19/Documentation/m68k/ |
D | kernel-options.txt | 188 - "ser": built-in serial port; parameters: 9600bps, 8N1 195 - "ser1": ST-MFP serial port ("Modem1"); parameters: 9600bps, 8N1 196 - "ser2": SCC channel B serial port ("Modem2"); parameters: 9600bps, 8N1 199 - "midi": The MIDI port; parameters: 31250bps, 8N1
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 571 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page 990 /0x2c0 pages=512 vmalloc N0=128 N1=128 N2=128 N3=128 992 /0x2c0 pages=256 vmalloc N0=64 N1=64 N2=64 N3=64 999 /0x80 pages=11 vmalloc N0=3 N1=3 N2=2 N3=3 1001 pages=2 vmalloc N1=2 1007 pages=4 vmalloc N1=4 1009 pages=2 vmalloc N1=2
|