Searched refs:h_active_len (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 126 sync->h_active_len = 1280; in hdmi_get_vsync() 139 sync->h_active_len = 1920; in hdmi_get_vsync() 170 sync->h_back_porch + sync->h_active_len - 1); in hdmi_get_vsync() 175 sync->h_back_porch + sync->h_active_len - 1); in hdmi_get_vsync() 208 int width = sync->h_active_len; in hdmi_vsync() 229 int width = sync->h_active_len; in hdmi_prepare() 509 sync->h_active_len = 1280; in nx_hdmi_display() 515 sync->h_active_len = 1920; in nx_hdmi_display()
|
A D | s5pxx18_dp.c | 141 nx_dpc_set_hsync(module, sync->h_active_len, sync->h_sync_width, in dp_control_setup() 168 __func__, module, sync->h_active_len, sync->h_front_porch, in dp_control_setup()
|
A D | s5pxx18_dp_mipi.c | 266 int width = sync->h_active_len; in mipi_enable()
|
/u-boot/arch/arm/dts/ |
A D | s5p4418-nanopi2.dts | 75 h_active_len = <1024>;
|
/u-boot/arch/arm/mach-nexell/include/mach/ |
A D | display.h | 65 int h_active_len; member
|
/u-boot/drivers/video/ |
A D | nexell_display.c | 47 sync->h_active_len = ofnode_read_s32_default(node, "h_active_len", 0); in nx_display_parse_dp_sync() 61 sync->h_active_len, sync->h_sync_width, in nx_display_parse_dp_sync()
|
/u-boot/board/friendlyarm/nanopi2/ |
A D | board.c | 138 sync->h_active_len = lcd->width; in nx_display_fixup_dp()
|
Completed in 10 milliseconds