Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dmx3fb.c180 #define SDC_V_SYNC_WIDTH_L 0x00000001UL macro
390 reg = ((mode->vsync_len - 1) << 26) | SDC_V_SYNC_WIDTH_L | (reg << 16); in sdc_init_panel()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dmx3fb.c61 #define SDC_V_SYNC_WIDTH_L 0x00000001UL macro
535 reg = ((uint32_t) (v_sync_width - 1) << 26) | SDC_V_SYNC_WIDTH_L | in sdc_init_panel()