Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss_features.h71 FEAT_PARAM_DSIPLL_LPDIV, enumerator
H A Ddss_features.c423 [FEAT_PARAM_DSIPLL_LPDIV] = { 1, (1 << 13) - 1},
439 [FEAT_PARAM_DSIPLL_LPDIV] = { 0, (1 << 13) - 1 },
448 [FEAT_PARAM_DSIPLL_LPDIV] = { 0, (1 << 13) - 1 },
H A Ddsi.c1289 unsigned lpdiv_max = dss_feat_get_param_max(FEAT_PARAM_DSIPLL_LPDIV); in dsi_set_lp_clk_divisor()