Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training.c1626 u32 refresh_interval_cnt, t_hclk, t_refi, t_faw, t_pd, t_xpdll; in ddr3_tip_set_timing() local
1654 t_pd = GET_MAX_VALUE(t_ckclk * 3, mv_ddr_speed_bin_timing_get(speed_bin_index, SPEED_BIN_TPD)); in ddr3_tip_set_timing()
1655 t_pd = time_to_nclk(t_pd, t_ckclk); in ddr3_tip_set_timing()
1751 (t_pd - 1) << DDR_TIMING_TPD_OFFS | in ddr3_tip_set_timing()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c1690 TCGv_ptr t_pd = tcg_temp_new_ptr(); in do_pfirst_pnext() local
1698 tcg_gen_addi_ptr(t_pd, tcg_env, pred_full_reg_offset(s, a->rd)); in do_pfirst_pnext()
1702 gen_fn(t, t_pd, t_pg, tcg_constant_i32(desc)); in do_pfirst_pnext()