Home
last modified time | relevance | path

Searched refs:clkprepare (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dmipi-phy.c22 timing->clkprepare = 65; in mipi_dphy_timing_get_default()
74 if (timing->clkprepare < 38 || timing->clkprepare > 95) in mipi_dphy_timing_validate()
86 if (timing->clkprepare + timing->clkzero < 300) in mipi_dphy_timing_validate()
H A Dmipi-phy.h22 unsigned int clkprepare; member
H A Ddsi.c375 value = DSI_TIMING_FIELD(timing->clkprepare, period, 1) << 16 | in tegra_dsi_set_phy_timing()