Home
last modified time | relevance | path

Searched refs:p_ref (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_ramgk104.c997 int best_err = target_khz, p_ref, n_ref; in gk104_pll_calc_hiclk() local
1006 for (p_ref = 0x7; p_ref >= 0x5; --p_ref) { in gk104_pll_calc_hiclk()
1010 cur_clk = gk104_calc_pll_output(0, 1, n_ref, p_ref, crystal); in gk104_pll_calc_hiclk()
1020 *P1 = p_ref; in gk104_pll_calc_hiclk()
1031 *P1 = p_ref; in gk104_pll_calc_hiclk()
/netbsd-src/usr.bin/config/
H A Ddefs.h249 int p_ref; /* refcount */ member
H A Dsem.c1942 p->p_ref++; in getpspec()
1947 ref = p->p_ref; in getpspec()
1962 p->p_ref = ref; in getpspec()
H A Dmain.c2074 --p->p_ref == 0) in do_kill_orphans()