OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freq_band
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/video/exynos/
exynos_mipi_dsi_common.c
260
unsigned int i,
freq_band
= 0xf;
local
314
freq_band
= i;
319
debug("
freq_band
= %d\n",
freq_band
);
327
exynos_mipi_dsi_pll_freq_band(dsim,
freq_band
);
exynos_mipi_dsi_lowlevel.h
48
unsigned int
freq_band
);
exynos_mipi_dsi_lowlevel.c
304
unsigned int
freq_band
)
311
reg |= ((
freq_band
& 0x1f) << DSIM_FREQ_BAND_SHIFT);
Completed in 124 milliseconds