Searched refs:tve_write_block (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_tve.c | 156 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block() function 200 tve_write_block(tve, bt656_cfg, BT656_ENV_CONFIG_SIZE); in tve_set_mode() 201 tve_write_block(tve, tve_cfg, TVE_ENV_CONFIG_SIZE); in tve_set_mode() 227 tve_write_block(tve, bt656_cfg, BT656_ENV_CONFIG_SIZE); in tve_set_mode() 228 tve_write_block(tve, tve_cfg, TVE_ENV_CONFIG_SIZE); in tve_set_mode()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_tve.c | 128 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block() function 223 tve_write_block(tve, bt656_cfg, BT656_ENV_CONFIG_SIZE); in tve_set_mode() 224 tve_write_block(tve, tve_cfg, TVE_ENV_CONFIG_SIZE); in tve_set_mode() 250 tve_write_block(tve, bt656_cfg, BT656_ENV_CONFIG_SIZE); in tve_set_mode() 251 tve_write_block(tve, tve_cfg, TVE_ENV_CONFIG_SIZE); in tve_set_mode()
|