HomeSort by: relevance | last modified time | path
    Searched refs:fN (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_pllgt215.c 39 int M, lM, hM, N, fN;
56 fN = tmp % info->refclk;
59 if (fN >= info->refclk / 2)
62 if (fN < info->refclk / 2)
64 fN = tmp - (N * info->refclk);
80 *pfN = ((fN << 13) + info->refclk / 2) / info->refclk;
pll.h 13 int *N, int *fN, int *M, int *P);
nouveau_nvkm_subdev_clk_gk104.c 74 u16 fN = 0xf000;
91 fN = nvkm_rd32(device, pll + 0x10) >> 16;
106 sclk = (sclk * N) + (((u16)(fN + 4096) * sclk) >> 13);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_gv100.c 40 int N, fN, M, P;
47 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P);
56 nvkm_wr32(device, 0x00ef10 + (head * 0x40), fN << 16);
nouveau_nvkm_subdev_devinit_tu102.c 40 int N, fN, M, P;
47 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P);
56 nvkm_wr32(device, 0x00ef10 + (head * 0x40), fN << 16);
nouveau_nvkm_subdev_devinit_gf100.c 42 int N, fN, M, P;
49 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P);
60 nvkm_wr32(device, info.reg + 0x10, fN << 16);
nouveau_nvkm_subdev_devinit_gt215.c 42 int N, fN, M, P;
49 ret = gt215_pll_calc(subdev, &info, freq, &N, &fN, &M, &P);
59 nvkm_wr32(device, info.reg + 8, fN);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgk104.c 987 gk104_calc_pll_output(int fN, int M, int N, int P, int clk)
989 return ((clk * N) + (((u16)(fN + 4096) * clk) >> 13)) / (M * P);
1037 /* adjust fN to get closer to the target clock */
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1606 (** [fold_left_function f init m] is [f (... (f init f1) ...) fN] where
1607 [f1,...,fN] are the functions of module [m]. Tail recursive. *)
1620 (** [rev_iter_functions f fn] applies function [f] to each of the functions of
1624 (** [fold_right_functions f m init] is [f (... (f init fN) ...) f1] where
1625 [f1,...,fN] are the functions of module [m]. Tail recursive. *)
1692 (** [iter_params f fn] applies function [f] to each of the parameters
1693 of function [fn] in order. Tail recursive. *)
1696 (** [fold_left_params f init fn] is [f (... (f init b1) ...) bN] where
1697 [b1,...,bN] are the parameters of function [fn]. Tail recursive. *)
1710 (** [rev_iter_params f fn] applies function [f] to each of the parameter
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 2267 Au5g7hlhEI/0x6zxwO8dX7DRZLhLznHEMXBcua6ppF9dc4BmVaBYvuPmH6nn++fN
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_kas.txt 2267 Au5g7hlhEI/0x6zxwO8dX7DRZLhLznHEMXBcua6ppF9dc4BmVaBYvuPmH6nn++fN
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppkey.txt 8138 Au5g7hlhEI/0x6zxwO8dX7DRZLhLznHEMXBcua6ppF9dc4BmVaBYvuPmH6nn++fN

Completed in 52 milliseconds