Searched refs:hsync_porch (Results 1 – 2 of 2) sorted by relevance
130 u32 h_total, hactive, hsync_len, hfront_porch, hsync_porch; in lt9611_mipi_video_setup() local139 hsync_porch = mode->htotal - mode->hsync_start; in lt9611_mipi_video_setup()167 regmap_write(lt9611->regmap, 0x831a, (u8)(hsync_porch / 256) | in lt9611_mipi_video_setup()169 regmap_write(lt9611->regmap, 0x831b, (u8)(hsync_porch % 256)); in lt9611_mipi_video_setup()
460 u32 hsync_porch = (mode->htotal - mode->hdisplay) * 150; in sun6i_dsi_setup_inst_loop() local462 delay = (hsync_porch / ((mode->clock / 1000) * 8)); in sun6i_dsi_setup_inst_loop()