Home
last modified time | relevance | path

Searched refs:clk_post (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_video_table.h105 unsigned char clk_post; member
257 .clk_post = 0x01,
339 .clk_post = 0x01,
423 .clk_post = 0x01,
498 .clk_post = 0x01,
595 .clk_post = 0x02,
677 .clk_post = 0x02,
762 .clk_post = 0x02,
844 .clk_post = 0x02,
926 .clk_post = 0x02,
[all …]
H A Djaguar1_video.c549 REG_SET_1x8c_0_8_CLK_POST( ch, param->clk_post ); in vd_vi_clock_set_seq9()
/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-core-mipi-dphy.c40 cfg->clk_post = 60000 + 52 * ui; in phy_mipi_dphy_get_default_config()
99 if (cfg->clk_post < (60000 + 52 * ui)) in phy_mipi_dphy_config_validate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c112 timing->shared_timings.clk_post = linear_inter(tmax, tmin, pcnt2, 0, in msm_dsi_dphy_timing_calc()
134 timing->shared_timings.clk_pre, timing->shared_timings.clk_post, in msm_dsi_dphy_timing_calc()
224 timing->shared_timings.clk_post = in msm_dsi_dphy_timing_calc_v2()
248 timing->shared_timings.clk_pre, timing->shared_timings.clk_post, in msm_dsi_dphy_timing_calc_v2()
332 timing->shared_timings.clk_post = in msm_dsi_dphy_timing_calc_v3()
356 timing->shared_timings.clk_pre, timing->shared_timings.clk_post, in msm_dsi_dphy_timing_calc_v3()
443 timing->shared_timings.clk_post = linear_inter(tmax, tmin, 5, 0, false); in msm_dsi_dphy_timing_calc_v4()
456 timing->shared_timings.clk_pre, timing->shared_timings.clk_post, in msm_dsi_dphy_timing_calc_v4()
H A Ddsi_phy_7nm.c191 timing->shared_timings.clk_post); in dsi_7nm_phy_enable()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-mipi-dphy.c436 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
455 clk_post = DIV_ROUND_UP(gotp.clkpost * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_timing_init()
481 clk_pre, clk_post); in inno_mipi_dphy_timing_init()
500 T_CLK_POST_HI(clk_post >> 4)); in inno_mipi_dphy_timing_init()
502 T_CLK_POST_CNT_LO(clk_post)); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-dsidphy.c475 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
496 clk_post = DIV_ROUND_UP(cfg->clk_post, t_txbyteclkhs); in inno_mipi_dphy_timing_init()
568 T_CLK_POST_HI(clk_post >> 4)); in inno_mipi_dphy_timing_init()
571 T_CLK_POST_CNT_LO(clk_post)); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-video-combo-phy.c310 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_video_phy_mipi_mode_enable() local
362 clk_post = DIV_ROUND_UP(gotp.clkpost, t_txbyteclkhs); in inno_video_phy_mipi_mode_enable()
426 T_CLK_POST_CNT(clk_post)); in inno_video_phy_mipi_mode_enable()
H A Dphy-rockchip-samsung-dcphy.c223 u8 clk_post; member
1619 val = T_CLK_POST(timing->clk_post); in samsung_mipi_dphy_clk_lane_timing_init()
/OK3568_Linux_fs/u-boot/include/
H A Dgeneric-phy-mipi-dphy.h36 unsigned int clk_post; member
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy-mipi-dphy.h36 unsigned int clk_post; member
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_mipi_phy.c172 u8 clk_post; member
329 v = T_CLK_POST(t->clk_post); in inno_mipi_dphy_timing_update()
431 data.clk_post = DIV_ROUND_UP(timing.clkpost * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_lane_timing_init()
456 TIMING_NS(data.clk_post, txbyteclk), in inno_mipi_dphy_lane_timing_init()
H A Dinno_video_combo_phy.c453 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
478 clk_post = DIV_ROUND_UP(gotp.clkpost, t_txbyteclkhs); in inno_mipi_dphy_timing_init()
561 T_CLK_POST_HI(clk_post >> 4)); in inno_mipi_dphy_timing_init()
564 T_CLK_POST_CNT_LO(clk_post)); in inno_mipi_dphy_timing_init()
H A Dsamsung_mipi_dcphy.c165 u8 clk_post; member
1345 val = T_CLK_POST(timing->clk_post); in samsung_mipi_dphy_clk_lane_timing_init()
H A Ddw_mipi_dsi2.c239 unsigned int clk_post; member
874 cfg->clk_post = 60000 + 52 * ui; in mipi_dphy_get_default_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/
H A Ddsi.h204 u32 clk_post; member
H A Ddsi_host.c901 data = DSI_CLKOUT_TIMING_CTRL_T_CLK_POST(phy_shared_timings->clk_post) | in dsi_ctrl_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/
H A Ddw_drm_dsi.c165 u32 clk_post = 0; in get_dsi_phy_ctrl() local
338 clk_post = 600 * accuracy + 52 * ui + mipi->clk_post_adjust * ui; in get_dsi_phy_ctrl()
439 DIV_ROUND_UP(clk_post, unit_tx_byte_clk_hs); in get_dsi_phy_ctrl()