Searched refs:hsync_porch (Results 1 – 2 of 2) sorted by relevance
151 u32 h_total, hactive, hsync_len, hfront_porch, hsync_porch; in lt9611_mipi_video_setup() local160 hsync_porch = hsync_len + mode->htotal - mode->hsync_end; in lt9611_mipi_video_setup()188 regmap_write(lt9611->regmap, 0x831a, (u8)(hsync_porch / 256)); in lt9611_mipi_video_setup()189 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()