Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_tve.c45 struct env_config { struct
50 static struct env_config ntsc_bt656_config[] = { argument
61 static struct env_config ntsc_tve_config[] = {
81 static struct env_config pal_bt656_config[] = {
92 static struct env_config pal_tve_config[] = {
112 #define BT656_ENV_CONFIG_SIZE (sizeof(ntsc_bt656_config) / sizeof(struct env_config))
113 #define TVE_ENV_CONFIG_SIZE (sizeof(ntsc_tve_config) / sizeof(struct env_config))
157 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block()
167 struct env_config *bt656_cfg, *tve_cfg; in tve_set_mode()