Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgk104.c992 int best_err = target_khz, p_ref, n_ref; in gk104_pll_calc_hiclk() local
1001 for (p_ref = 0x7; p_ref >= 0x5; --p_ref) { in gk104_pll_calc_hiclk()
1005 cur_clk = gk104_calc_pll_output(0, 1, n_ref, p_ref, crystal); in gk104_pll_calc_hiclk()
1015 *P1 = p_ref; in gk104_pll_calc_hiclk()
1026 *P1 = p_ref; in gk104_pll_calc_hiclk()
/Linux-v5.10/drivers/media/test-drivers/vicodec/
Dvicodec-core.c168 u8 *p_ref = state->ref_frame.buf; in copy_cap_to_ref() local
177 u8 *row_ref = p_ref; in copy_cap_to_ref()
197 p_ref += ref_stride * (state->coded_height / h_div); in copy_cap_to_ref()