Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_pll.c432 u32 rx_div; in bxt_dsi_program_clocks() local
458 rx_div = DIV_ROUND_UP(dsi_rate, 150000) - 1; in bxt_dsi_program_clocks()
465 rx_div_lower = rx_div & RX_DIVIDER_BIT_1_2; in bxt_dsi_program_clocks()
466 rx_div_upper = (rx_div & RX_DIVIDER_BIT_3_4) >> 2; in bxt_dsi_program_clocks()
/openbmc/qemu/target/rx/
H A Dtranslate.c1241 static void rx_div(TCGv ret, TCGv arg1, TCGv arg2) in rx_div() function
1254 rx_gen_op_irr(rx_div, a->rd, a->rd, a->imm); in trans_DIV_ir()
1262 rx_gen_op_mr(rx_div, ctx, a->rd, a->rs, a->ld, a->mi); in trans_DIV_mr()