Searched refs:H_ACTIVE (Results 1 – 2 of 2) sorted by relevance
567 mode->xres = H_ACTIVE; in get_detailed_timing()573 mode->left_margin = (H_ACTIVE + H_BLANKING) - in get_detailed_timing()574 (H_ACTIVE + H_SYNC_OFFSET + H_SYNC_WIDTH); in get_detailed_timing()584 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing()596 DPRINTK("%d %d %d %d ", H_ACTIVE, H_ACTIVE + H_SYNC_OFFSET, in get_detailed_timing()597 H_ACTIVE + H_SYNC_OFFSET + H_SYNC_WIDTH, H_ACTIVE + H_BLANKING); in get_detailed_timing()912 var->xres = var->xres_virtual = H_ACTIVE; in fb_parse_edid()916 var->left_margin = (H_ACTIVE + H_BLANKING) - in fb_parse_edid()917 (H_ACTIVE + H_SYNC_OFFSET + H_SYNC_WIDTH); in fb_parse_edid()
78 #define H_ACTIVE COMBINE_HI_8LO( H_ACTIVE_HI, H_ACTIVE_LO ) macro