Home
last modified time | relevance | path

Searched refs:clkpre (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dmipi-phy.c21 timing->clkpre = 8; in mipi_dphy_timing_get_default()
71 if (timing->clkpre < 8) in mipi_dphy_timing_validate()
H A Dmipi-phy.h21 unsigned int clkpre; member
H A Ddsi.c376 DSI_TIMING_FIELD(timing->clkpre, period, 1) << 8 | in tegra_dsi_set_phy_timing()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_mipi_phy.c144 unsigned int clkpre; member
282 timing->clkpre = 8 * period; in mipi_dphy_timing_get_default()
432 data.clk_pre = DIV_ROUND_UP(timing.clkpre * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_lane_timing_init()
H A Dinno_video_combo_phy.c280 unsigned int clkpre; member
356 timing->clkpre = 8 * period; in mipi_dphy_timing_get_default()
483 clk_pre = DIV_ROUND_UP(gotp.clkpre, t_txbyteclkhs); in inno_mipi_dphy_timing_init()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-mipi-dphy.c188 unsigned int clkpre; member
386 timing->clkpre = 8 * period / PSEC_PER_NSEC; in mipi_dphy_timing_get_default()
456 clk_pre = DIV_ROUND_UP(gotp.clkpre * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-video-combo-phy.c180 unsigned int clkpre; member
264 timing->clkpre = 8 * period; in mipi_dphy_timing_get_default()
367 clk_pre = DIV_ROUND_UP(gotp.clkpre, t_txbyteclkhs); in inno_video_phy_mipi_mode_enable()