Searched refs:h_active (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-display.cpp22 .h_active = 600,
38 .h_active = 600,
56 disp_setting_.h_active = init_disp_table_->h_active;
349 disp_setting_.h_active,
496 DISP_INFO("h_active = 0x%x (%u)\n", disp_setting_.h_active,
497 disp_setting_.h_active);
H A Dcommon.h86 uint32_t h_active; member in struct:DisplaySetting
H A Dastro-clock.cpp25 const uint32_t de_hstart = d.h_period - d.h_active - 1;
30 lcd_timing_.de_he_addr = de_hstart + d.h_active;
273 WRITE32_REG(VPU, ENCL_VIDEO_HAVON_END, d.h_active - 1 + lcd_timing_.vid_pixel_on);
H A Daml-dsi-host.cpp52 WRITE32_REG(MIPI_DSI, DW_DSI_VID_PKT_SIZE, disp_setting.h_active);
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp107 uint32_t h_active = mode.h_addressable - 1; local
108 uint32_t h_sync_start = h_active + mode.h_front_porch;
110 uint32_t h_total = h_active + mode.h_blanking;
119 h_total_reg.set_count_active(h_active);
151 uint32_t h_active = h_total_reg.count_active(); local
163 mode->h_addressable = h_active + 1;
164 mode->h_front_porch = h_sync_start - h_active;
166 mode->h_blanking = h_total - h_active;

Completed in 70 milliseconds