Searched refs:data_rate (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | anx9804.h | 20 void anx9804_init(unsigned int i2c_bus, u8 lanes, u8 data_rate, int bpp); 22 static inline void anx9804_init(unsigned int i2c_bus, u8 lanes, u8 data_rate, in anx9804_init() argument
|
| H A D | anx9804.c | 29 void anx9804_init(unsigned int i2c_bus, u8 lanes, u8 data_rate, int bpp) in anx9804_init() argument 105 i2c_reg_write(0x38, ANX9804_LINK_BW_SET_REG, data_rate); in anx9804_init()
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | util.c | 72 unsigned int data_rate = get_ddr_freq(ctrl_num); in get_memory_clk_period_ps() local 79 rem = do_div(mclk_ps, data_rate); in get_memory_clk_period_ps() 80 result = (rem >= (data_rate >> 1)) ? mclk_ps + 1 : mclk_ps; in get_memory_clk_period_ps() 89 unsigned long data_rate = get_ddr_freq(ctrl_num); in picos_to_mclk() local 96 clks = picos * (unsigned long long)data_rate; in picos_to_mclk() 106 if (clks_rem > data_rate) in picos_to_mclk()
|
| H A D | ctrl_regs.c | 320 unsigned int data_rate = get_ddr_freq(ctrl_num); in set_timing_cfg_0() local 323 trwt_mclk = (data_rate/1000000 > 1900) ? 3 : 2; in set_timing_cfg_0() 350 unsigned int data_rate = get_ddr_freq(ctrl_num); in set_timing_cfg_0() local 406 trwt_mclk = (data_rate/1000000 > 1800) ? 2 : 1; in set_timing_cfg_0() 408 if ((data_rate/1000000 > 1150) || (popts->memctl_interleaving)) in set_timing_cfg_0()
|
| /rk3399_rockchip-uboot/drivers/video/bridge/ |
| H A D | anx6345.c | 355 u8 colordepth, lanes, data_rate, c; in anx6345_enable() local 372 if (anx6345_read_dpcd(dev, DP_MAX_LINK_RATE, &data_rate)) { in anx6345_enable() 376 debug("%s: data_rate: %d\n", __func__, (int)data_rate); in anx6345_enable() 385 anx6345_write_r0(dev, ANX9804_LINK_BW_SET_REG, data_rate); in anx6345_enable()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi_qp.c | 530 u64 data_rate; in rockchip_hdmi_if_dsc_enable() local 540 data_rate = (u64)tmdsclk * bpp; in rockchip_hdmi_if_dsc_enable() 541 data_rate = DIV_ROUND_UP_ULL(data_rate * 18, 16); in rockchip_hdmi_if_dsc_enable() 543 if (data_rate > frl_rate) in rockchip_hdmi_if_dsc_enable()
|
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 947 static bool hdptx_phy_clk_pll_calc(unsigned int data_rate, in hdptx_phy_clk_pll_calc() argument 952 unsigned int fout = data_rate / 2; in hdptx_phy_clk_pll_calc()
|