Searched refs:mX_max (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_pll.c | 83 .mX_max = 127, 108 .mX_max = 127,
|
H A D | video-pll.c | 107 .mX_max = (1 << 5) - 1,
|
H A D | dss.h | 156 unsigned int mX_max; member
|
H A D | pll.c | 189 m_stop = min((unsigned)(clkdco / out_min), hw->mX_max); in dss_pll_hsdiv_calc_a()
|
H A D | dsi.c | 4452 .mX_max = (1 << 4) - 1, 4479 .mX_max = (1 << 5) - 1, 4506 .mX_max = (1 << 5) - 1,
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_pll.c | 129 .mX_max = 127, 152 .mX_max = 127,
|
H A D | video-pll.c | 107 .mX_max = (1 << 5) - 1,
|
H A D | pll.c | 134 m_stop = min((unsigned)(clkdco / out_min), hw->mX_max); in dss_pll_hsdiv_calc()
|
H A D | dss.h | 133 unsigned mX_max; member
|
H A D | dsi.c | 5137 .mX_max = (1 << 4) - 1, 5162 .mX_max = (1 << 5) - 1, 5187 .mX_max = (1 << 5) - 1,
|