OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e_burst_mode
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/mach-exynos/include/mach/
mipi_dsim.h
138
* @
e_burst_mode
: selects Burst mode in Video mode.
179
enum mipi_dsim_burst_mode_type
e_burst_mode
;
member in struct:mipi_dsim_config
/external/u-boot/drivers/video/exynos/
exynos_mipi_dsi.c
254
dt->
e_burst_mode
= fdtdec_get_int(blob, node,
exynos_mipi_dsi_lowlevel.c
234
reg |= ((u8) (dsim_config->
e_burst_mode
) & 0x3) << DSIM_BURST_MODE_SHIFT
Completed in 959 milliseconds