N1
pv->N1, pv->N2, pv->M1, pv->M2, pv->log2P);
pv->N1, pv->M1, pv->log2P);
return pv->N1 * pv->N2 * pv->refclk / (pv->M1 * pv->M2) >> pv->log2P;
pv.N1 >= pll_lim.vco1.min_n && pv.N1 <= pll_lim.vco1.max_n &&
pv.N1 = pll_lim.vco1.min_n;
uint8_t M1, N1, M2, N2;
uint8_t N1, M1, N2, M2;
int N1, M1;
N1 = (coef & 0x0000ff00) >> 8;
clock = ref * N1 / M1;
int N1, M1, N2, M2, P;
int ret = nv04_pll_calc(&clock->subdev, info, clk, &N1, &M1, &N2, &M2, &P);
pv->N1 = N1;
int *N1, int *M1, int *N2, int *M2, int *log2P)
ret = nv04_pll_calc(subdev, &pll, khz, N1, M1, N2, M2, log2P);
int N1, M1, N2, M2, log2P;
&N1, &M1, &N2, &M2, &log2P);
clk->npll_coef = (N1 << 8) | M1;
clk->npll_coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1;
&N1, &M1, NULL, NULL, &log2P);
clk->spll = 0xc0000000 | (log2P << 16) | (N1 << 8) | M1;
int N1 = (coef & 0x0000ff00) >> 8;
khz = ref * N1 / M1;
int N1, N2, M1, M2;
N1 = (coef & 0x0000ff00) >> 8;
freq = ref * N1 / M1;
int *N1, int *M1, int *N2, int *M2, int *P);
int M1, N1, M2, N2, log2P;
for (N1 = minN1; N1 <= maxN1; N1++) {
calcclk1 = crystal * N1 / M1;
*pN1 = N1;
int *N1, int *M1, int *N2, int *M2, int *P)
ret = getMNP_single(subdev, info, freq, N1, M1, P);
ret = getMNP_double(subdev, info, freq, N1, M1, N2, M2, P);
if (oldM && pv->M1 && (oldN / oldM < pv->N1 / pv->M1))
int N1, M1, N2, M2, P;
ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P);
pv.N1 = N1;
int N1, M1, N2, M2, P;
ret = nv04_pll_calc(subdev, &info, freq, &N1, &M1, &N2, &M2, &P);
nvkm_mask(device, info.reg + 4, 0x00ff00ff, (M1 << 16) | N1);
nvkm_wr32(device, info.reg + 4, (N1 << 8) | M1);
nvkm_wr32(device, info.reg + 4, (N1 << 8) | M1);
int N1, M1, P;
&N1, NULL, &M1, &P);
ram_wr32(fuc, 0x10fe24, (P << 16) | (N1 << 8) | M1);
&N1, NULL, &M1, &P);
ram_wr32(fuc, 0x132004, (P << 16) | (N1 << 8) | M1);
*N1 = n_ref;
*N1 = n_ref;
return gk104_calc_pll_output(*fN1, 1, *N1, *P1, crystal);
&ram->N1, &ram->fN1, &ram->M1, &ram->P1,
ret = gt215_pll_calc(subdev, &fuc->refpll, refclk, &ram->N1,
int N1, fN1, M1, P1;
const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1);
const u32 rcoef = (( ram->P1 << 16) | (ram->N1 << 8) | ram->M1);
int *N1, int *fN1, int *M1, int *P1,
int N1, M1, N2, M2;
ret = nv04_pll_calc(subdev, &pll, freq, &N1, &M1, &N2, &M2, &log2P);
ram->coef = (N1 << 8) | M1;
ram->coef = (N2 << 24) | (M2 << 16) | (N1 << 8) | M1;
int N1, M1, N2, M2, P;
&N1, &M1, &N2, &M2, &P);
ram_mask(hwsq, 0x00400c, 0x0000ffff, (N1 << 8) | M1);
u16 N1, N2, N3, N4, N5, N6, N;
N1 = ((read_phy_reg(pi, 0x4a5) & (0xff << 0))
N = 2 * (N1 + N2 + N3 + N4 + 2 * (N5 + N6)) + 80;
SIG_EXPR_LIST_DECL_SINGLE(N1, GPIOX6, GPIOX6, SIG_DESC_SET(SCUA4, 6));
SIG_EXPR_LIST_DECL_SINGLE(N1, ADC14, ADC14);
PIN_DECL_(N1, SIG_EXPR_LIST_PTR(N1, GPIOX6), SIG_EXPR_LIST_PTR(N1, ADC14));
FUNC_GROUP_DECL(ADC14, N1);
ASPEED_PINCTRL_PIN(N1),
ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, N1, N1, SCUA8, 18),
ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, N1, N1, SCUA8, 18),
ASPEED_PINCTRL_PIN(N1),
SIG_EXPR_LIST_DECL_SINGLE(N1, SCL7, I2C7, I2C7_DESC);
PIN_DECL_1(N1, GPIOK4, SCL7);
FUNC_GROUP_DECL(I2C7, N1, P1);