| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp_hdmi.c | 127 sync->h_sync_width = 40; in hdmi_get_vsync() 130 sync->h_sync_invert = 0; in hdmi_get_vsync() 132 sync->v_sync_width = 5; in hdmi_get_vsync() 133 sync->v_back_porch = 20; in hdmi_get_vsync() 145 sync->v_sync_width = 5; in hdmi_get_vsync() 169 ctrl->vs_start_offset = (sync->h_front_porch + sync->h_sync_width + in hdmi_get_vsync() 170 sync->h_back_porch + sync->h_active_len - 1); in hdmi_get_vsync() 174 ctrl->ev_start_offset = (sync->h_front_porch + sync->h_sync_width + in hdmi_get_vsync() 175 sync->h_back_porch + sync->h_active_len - 1); in hdmi_get_vsync() 416 hdmi_vsync(sync); in hdmi_enable() [all …]
|
| A D | s5pxx18_dp.c | 141 nx_dpc_set_hsync(module, sync->h_active_len, sync->h_sync_width, in dp_control_setup() 142 sync->h_front_porch, sync->h_back_porch, in dp_control_setup() 144 nx_dpc_set_vsync(module, sync->v_active_len, sync->v_sync_width, in dp_control_setup() 145 sync->v_front_porch, sync->v_back_porch, in dp_control_setup() 146 sync->v_sync_invert, sync->v_active_len, in dp_control_setup() 147 sync->v_sync_width, sync->v_front_porch, in dp_control_setup() 148 sync->v_back_porch); in dp_control_setup() 168 __func__, module, sync->h_active_len, sync->h_front_porch, in dp_control_setup() 169 sync->h_back_porch, sync->h_sync_width, sync->h_sync_invert); in dp_control_setup() 171 __func__, module, sync->v_active_len, sync->v_front_porch, in dp_control_setup() [all …]
|
| A D | s5pxx18_dp_rgb.c | 16 static int rgb_switch(int module, int input, struct dp_sync_info *sync, in rgb_switch() argument 39 struct dp_sync_info *sync, struct dp_ctrl_info *ctrl, in nx_rgb_display() argument 65 rgb_switch(module, input, sync, dev); in nx_rgb_display() 67 dp_control_setup(module, sync, ctrl); in nx_rgb_display()
|
| A D | s5pxx18_dp_mipi.c | 266 int width = sync->h_active_len; in mipi_enable() 267 int height = sync->v_active_len; in mipi_enable() 268 int HFP = sync->h_front_porch; in mipi_enable() 269 int HBP = sync->h_back_porch; in mipi_enable() 270 int HS = sync->h_sync_width; in mipi_enable() 271 int VFP = sync->v_front_porch; in mipi_enable() 272 int VBP = sync->v_back_porch; in mipi_enable() 273 int VS = sync->v_sync_width; in mipi_enable() 664 mipi_prepare(module, input, sync, ctrl, dev); in nx_mipi_display() 672 mipi_enable(module, input, sync, ctrl, dev); in nx_mipi_display() [all …]
|
| /u-boot/common/ |
| A D | memsize.c | 20 # define sync() /* nothing */ macro 40 sync(); in get_ram_size() 42 sync(); in get_ram_size() 47 sync(); in get_ram_size() 49 sync(); in get_ram_size() 52 sync(); in get_ram_size() 55 sync(); in get_ram_size() 59 sync(); in get_ram_size()
|
| /u-boot/arch/powerpc/cpu/mpc86xx/ |
| A D | release.S | 55 sync 62 sync 69 sync 85 sync 87 sync 96 sync 108 sync 110 sync 115 sync 127 sync [all …]
|
| A D | cache.S | 110 sync 132 sync 137 sync 154 sync 191 sync 219 sync 235 sync 239 sync 253 sync 261 sync [all …]
|
| A D | start.S | 146 sync 152 sync 155 sync 164 sync 209 sync 217 sync 237 sync 277 sync 306 sync 335 sync [all …]
|
| /u-boot/post/cpu/mpc83xx/ |
| A D | ecc.c | 86 sync(); in ecc_post_test() 97 sync(); in ecc_post_test() 102 sync(); in ecc_post_test() 106 sync(); in ecc_post_test() 111 sync(); in ecc_post_test() 136 sync(); in ecc_post_test()
|
| /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() 48 sync->h_sync_width = ofnode_read_s32_default(node, "h_sync_width", 0); in nx_display_parse_dp_sync() 61 sync->h_active_len, sync->h_sync_width, in nx_display_parse_dp_sync() 62 sync->h_back_porch, sync->h_front_porch, sync->h_sync_invert); in nx_display_parse_dp_sync() 64 sync->v_active_len, sync->v_sync_width, in nx_display_parse_dp_sync() 65 sync->v_back_porch, sync->v_front_porch, sync->v_sync_invert); in nx_display_parse_dp_sync() 356 nx_display_parse_dp_sync(subnode, &dp->sync); in nx_display_parse_dt() 442 &dp->sync, &dp->ctrl, &dp->top, in nx_display_setup() 449 &dp->sync, &dp->ctrl, &dp->top, in nx_display_setup() 456 &dp->sync, &dp->ctrl, &dp->top, in nx_display_setup() [all …]
|
| A D | fsl_diu_fb.c | 33 .sync = 0, 50 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 72 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 88 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 104 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 120 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 298 info.var.sync = fsl_diu_mode_db->sync; in fsl_diu_init()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | ecc.c | 195 sync(); in do_ecc() 253 sync(); in do_ecc() 286 sync(); in do_ecc() 291 sync(); in do_ecc() 295 sync(); in do_ecc() 300 sync(); in do_ecc() 305 sync(); in do_ecc() 325 sync(); in do_ecc() 330 sync(); in do_ecc() 336 sync(); in do_ecc() [all …]
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | cache.c | 21 sync(); in icache_enable() 28 sync(); in icache_disable() 46 sync(); in dcache_disable()
|
| /u-boot/arch/powerpc/lib/ |
| A D | ppccache.S | 57 sync 79 sync /* wait for dcbst's to get to ram */ 100 sync 104 sync /* wait for dcbi's to get to ram */
|
| /u-boot/doc/device-tree-bindings/video/ |
| A D | exynos-dp.txt | 11 samsung,h-sync-width: hsync value 15 samsung,v-sync-width: vsync value 18 samsung,v-sync-rate: refresh rate 32 samsung,h-sync-polarity: Horizontal Sync polarity 34 samsung,v-sync-polarity: Vertical Sync polarity 62 samsung,h-sync-polarity = <0>; 63 samsung,v-sync-polarity = <0>;
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | display.h | 217 struct dp_sync_info sync; member 227 struct dp_sync_info *sync, struct dp_ctrl_info *ctrl, 233 struct dp_sync_info *sync, struct dp_ctrl_info *ctrl, 238 struct dp_sync_info *sync, struct dp_ctrl_info *ctrl, 244 struct dp_sync_info *sync, struct dp_ctrl_info *ctrl, 253 int dp_control_setup(int module, struct dp_sync_info *sync,
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | board.c | 132 struct dp_sync_info *sync = &dp->sync; in nx_display_fixup_dp() local 138 sync->h_active_len = lcd->width; in nx_display_fixup_dp() 139 sync->h_sync_width = timing->h_sw; in nx_display_fixup_dp() 140 sync->h_back_porch = timing->h_bp; in nx_display_fixup_dp() 141 sync->h_front_porch = timing->h_fp; in nx_display_fixup_dp() 142 sync->h_sync_invert = !lcd->polarity.inv_hsync; in nx_display_fixup_dp() 144 sync->v_active_len = lcd->height; in nx_display_fixup_dp() 145 sync->v_sync_width = timing->v_sw; in nx_display_fixup_dp() 146 sync->v_back_porch = timing->v_bp; in nx_display_fixup_dp() 147 sync->v_front_porch = timing->v_fp; in nx_display_fixup_dp() [all …]
|
| /u-boot/doc/board/freescale/ |
| A D | mx6sabresd.rst | 36 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync 42 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync 68 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync 69 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync 87 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none conv=notrunc && sync 93 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none conv=notrunc && sync
|
| /u-boot/board/variscite/dart_6ul/ |
| A D | README | 15 $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 16 $ sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync 29 $ sudo dd if=SPL of=/dev/mmcblk1boot0 bs=1k seek=1; sync 30 $ sudo dd if=u-boot-dtb.img of=/dev/mmcblk1boot0 bs=1k seek=69; sync
|
| /u-boot/board/cssi/MCR3000/ |
| A D | MCR3000.c | 61 const char *sync = "receive"; in ft_board_setup() local 83 sync, strlen(sync), 1); in ft_board_setup()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | start.S | 145 sync 158 sync 563 sync 603 sync 610 sync 616 sync 619 sync 629 sync 641 sync 687 sync [all …]
|
| /u-boot/tools/binman/test/ |
| A D | 071_gbb.dts | 21 disable-ec-software-sync; 23 disable-pd-software-sync;
|
| /u-boot/doc/device-tree-bindings/video/tilcdc/ |
| A D | panel.txt | 11 - sync-edge: Horizontal and Vertical Sync Edge: 0=rising 1=falling 12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore 45 sync-edge = <0>; 46 sync-ctrl = <1>;
|
| /u-boot/board/freescale/mx51evk/ |
| A D | mx51evk_video.c | 31 .sync = 0, 47 .sync = 0,
|
| /u-boot/board/udoo/ |
| A D | README | 14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
|