Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Dref.c73 struct zl3073x_ref *p_ref = ref - 1; /* P-pin counterpart*/ in zl3073x_ref_state_fetch() local
76 ref->config = p_ref->config; in zl3073x_ref_state_fetch()
77 ref->esync_n_div = p_ref->esync_n_div; in zl3073x_ref_state_fetch()
78 ref->freq_base = p_ref->freq_base; in zl3073x_ref_state_fetch()
79 ref->freq_mult = p_ref->freq_mult; in zl3073x_ref_state_fetch()
80 ref->freq_ratio_m = p_ref->freq_ratio_m; in zl3073x_ref_state_fetch()
81 ref->freq_ratio_n = p_ref->freq_ratio_n; in zl3073x_ref_state_fetch()
82 ref->phase_comp = p_ref->phase_comp; in zl3073x_ref_state_fetch()
83 ref->sync_ctrl = p_ref->sync_ctrl; in zl3073x_ref_state_fetch()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A 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/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c170 u8 *p_ref = state->ref_frame.buf; in copy_cap_to_ref() local
179 u8 *row_ref = p_ref; in copy_cap_to_ref()
199 p_ref += ref_stride * (state->coded_height / h_div); in copy_cap_to_ref()