Searched refs:h_active (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/video/ |
| A D | logicore_dp_tx.h | 40 u16 h_active; member
|
| A D | logicore_dp_tx.c | 139 u16 h_active; member 1960 words_per_line = (msa_config->h_active * bits_per_pixel); in cfg_msa_recalculate() 2015 h_blank = msa_config->h_total - msa_config->h_active; in set_line_reset() 2078 printf(" set MSA %u x %u\n", msa_config->h_active, in set_msa_values() 2089 set_reg(dev, REG_MAIN_STREAM_HRES, msa_config->h_active); in set_msa_values() 2129 dp_tx->main_stream_attributes.h_active = msa->h_active; in logicore_dp_tx_set_msa() 2203 .h_active = 640, in logicore_dp_tx_enable() 2220 .h_active = 720, in logicore_dp_tx_enable() 2237 .h_active = 1024, in logicore_dp_tx_enable()
|
| /u-boot/common/ |
| A D | edid.c | 305 uint32_t pixclock, h_active, h_blanking, v_active, v_blanking; in edid_print_dtd() local 309 h_active = EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(*timing); in edid_print_dtd() 314 h_total = h_active + h_blanking; in edid_print_dtd() 320 printf("\t%dx%d\%c\t%d Hz (detailed)\n", h_active, in edid_print_dtd() 321 v_active, h_active > 1000 ? ' ' : '\t', vfreq); in edid_print_dtd()
|
Completed in 7 milliseconds