Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dvideomodes.c394 EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
404 mode->xres = EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(*t); in video_edid_dtd_to_ctfb_res_modes()
/openbmc/u-boot/include/
H A Dedid.h46 #define EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(_x) \ macro
/openbmc/u-boot/common/
H A Dedid.c290 h_active = EDID_DETAILED_TIMING_HORIZONTAL_ACTIVE(*timing); in edid_print_dtd()