Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c54 int href_to_sync, int vref_to_sync) in update_display_mode() argument
60 writel(vref_to_sync << 16 | href_to_sync, in update_display_mode()
66 writel(((timing->vback_porch.typ - vref_to_sync) << 16) | in update_display_mode()
69 writel(((timing->vfront_porch.typ + vref_to_sync) << 16) | in update_display_mode()
146 const int href_to_sync = 0, vref_to_sync = 1; in tegra_dc_sor_disable_win_short_raster() local
163 writel(href_to_sync | (vref_to_sync << 16), in tegra_dc_sor_disable_win_short_raster()
334 const int href_to_sync = 1, vref_to_sync = 1; in display_init() local
395 ret = update_display_mode(dc_ctlr, timing, href_to_sync, vref_to_sync); in display_init()