Home
last modified time | relevance | path

Searched refs:N2 (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv40_pm.c53 int N2 = (coef & 0xff000000) >> 24; in read_pll_2() local
64 clk = clk * N2 / M2; in read_pll_2()
110 u32 clk, int *N1, int *M1, int *N2, int *M2, int *log2P) in nv40_calc_pll() argument
128 if (N2 && M2) { in nv40_calc_pll()
130 *N2 = coef.N2; in nv40_calc_pll()
133 *N2 = 1; in nv40_calc_pll()
146 int N1, N2, M1, M2, log2P; in nv40_pm_clocks_pre() local
155 &N1, &M1, &N2, &M2, &log2P); in nv40_pm_clocks_pre()
159 if (N2 == M2) { in nv40_pm_clocks_pre()
164 info->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1; in nv40_pm_clocks_pre()
[all …]
Dnouveau_calc.c388 int M1, N1, M2, N2, log2P; in getMNP_double() local
421 N2 = (clkP * M2 + calcclk1/2) / calcclk1; in getMNP_double()
422 if (N2 < minN2) in getMNP_double()
424 if (N2 > maxN2) in getMNP_double()
429 if (N2/M2 < 4 || N2/M2 > 10) in getMNP_double()
432 calcclk2 = calcclk1 * N2 / M2; in getMNP_double()
450 bestpv->N2 = N2; in getMNP_double()
Dnv50_calc.c31 int *N1, int *M1, int *N2, int *M2, int *P) in nv50_calc_pll() argument
42 *N2 = pll_vals.N2; in nv50_calc_pll()
Dnv50_crtc.c335 int ret, N1, M1, N2, M2, P; in nv50_crtc_set_clock() local
342 ret = nv50_calc_pll(dev, &pll, pclk, &N1, &M1, &N2, &M2, &P); in nv50_crtc_set_clock()
347 pclk, ret, N1, M1, N2, M2, P); in nv50_crtc_set_clock()
353 nv_wr32(dev, pll.reg + 8, reg2 | (P << 28) | (M2 << 16) | N2); in nv50_crtc_set_clock()
356 ret = nva3_calc_pll(dev, &pll, pclk, &N1, &N2, &M1, &P); in nv50_crtc_set_clock()
361 pclk, ret, N1, N2, M1, P); in nv50_crtc_set_clock()
366 nv_wr32(dev, pll.reg + 8, N2); in nv50_crtc_set_clock()
368 ret = nva3_calc_pll(dev, &pll, pclk, &N1, &N2, &M1, &P); in nv50_crtc_set_clock()
373 pclk, ret, N1, N2, M1, P); in nv50_crtc_set_clock()
377 nv_wr32(dev, pll.reg + 0x10, N2 << 16); in nv50_crtc_set_clock()
Dnouveau_hw.c227 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; /* nv41+ only */ in setPLL_double_highregs()
233 pll1 = (pll1 & 0xfcc7ffff) | (pv->N2 & 0x18) << 21 | in setPLL_double_highregs()
234 (pv->N2 & 0x7) << 19 | 8 << 4 | (pv->M2 & 7) << 4; in setPLL_double_highregs()
313 bool single_stage = !pv->NM2 || pv->N2 == pv->M2; in setPLL_double_lowregs()
403 pllvals->N2 = pllvals->M2 = 1; in nouveau_hw_decode_pll()
418 pllvals->N2 = ((pll1 >> 21) & 0x18) | in nouveau_hw_decode_pll()
477 return pv->N1 * pv->N2 * pv->refclk / (pv->M1 * pv->M2) >> pv->log2P; in nouveau_hw_pllvals_to_clk()
Dnv50_pm.c180 int N1, N2, M1, M2; in read_pll() local
188 N2 = (coef & 0xff000000) >> 24; in read_pll()
196 clk = clk * N2 / M2; in read_pll()
Dnouveau_drv.h611 uint8_t N1, M1, N2, M2; member
613 uint8_t M1, N1, M2, N2;
1540 int *N1, int *M1, int *N2, int *M2, int *P);
Dnv04_crtc.c148 pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P); in nv_crtc_calc_state_ext()
/linux-3.4.99/arch/arm/mach-pxa/
Dcpufreq-pxa2xx.c151 #define PXA27x_CCCR(A, L, N2) (A << 25 | N2 << 7 | L) argument
/linux-3.4.99/Documentation/networking/
Dvortex.txt88 options=N1,N2,N3,...
134 full_duplex=N1,N2,N3...
148 flow_ctrl=N1,N2,N3...
186 hw_checksums=N1,N2,N3,...
227 enable_wol=N1,N2,N3,...
Dlapb-module.txt71 T1 and T2 are protocol timing parameters and are given in units of 100ms. N2
226 LAPB_TIMEDOUT No response was received in N2 tries from the remote
241 LAPB_TIMEDOUT No response was received in N2 tries from the remote
Dgeneric-hdlc.txt122 If you have a problem with N2, C101 or PLX200SYN card, you can issue the
/linux-3.4.99/include/net/irda/
Dirlap.h168 int N2; /* N2 * F-timer = Negitiated link disconnect time */ member
/linux-3.4.99/net/irda/
Dirlap.c1093 self->N2 = self->qos_tx.link_disc_time.value * 1000 / in irlap_apply_connection_parameters()
1095 IRDA_DEBUG(4, "Setting N2 = %d\n", self->N2); in irlap_apply_connection_parameters()
Dirlap_event.c1530 if (self->retry_count < self->N2) { in irlap_state_nrm_p()
2165 if (self->retry_count < (self->N2 / 2)) { in irlap_state_nrm_s()
/linux-3.4.99/drivers/net/wan/
DKconfig250 config N2 config
251 tristate "SDL RISCom/N2 support"
254 Driver for RISCom/N2 single or dual channel ISA cards by
/linux-3.4.99/drivers/tty/
Dn_gsm.c73 #define N2 3 /* Retry 3 times */ macro
2194 gsm->n2 = N2; in gsm_alloc_mux()
/linux-3.4.99/Documentation/filesystems/
Dproc.txt840 /0x2c0 pages=512 vmalloc N0=128 N1=128 N2=128 N3=128
842 /0x2c0 pages=256 vmalloc N0=64 N1=64 N2=64 N3=64
849 /0x80 pages=11 vmalloc N0=3 N1=3 N2=2 N3=3
855 pages=14 vmalloc N2=14
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c2024 u16 N1, N2, N3, N4, N5, N6, N; in wlc_lcnphy_rfseq_tbl_adc_pwrup() local
2027 N2 = 1 << ((read_phy_reg(pi, 0x4a5) & (0x7 << 12)) in wlc_lcnphy_rfseq_tbl_adc_pwrup()
2037 N = 2 * (N1 + N2 + N3 + N4 + 2 * (N5 + N6)) + 80; in wlc_lcnphy_rfseq_tbl_adc_pwrup()
/linux-3.4.99/Documentation/
Dkernel-parameters.txt1651 n2= [NET] SDL Inc. RISCom/N2 synchronous serial card