Searched refs:H_ACTIVE (Results 1 – 2 of 2) sorted by relevance
570 mode->xres = H_ACTIVE; in get_detailed_timing()576 mode->left_margin = (H_ACTIVE + H_BLANKING) - in get_detailed_timing()577 (H_ACTIVE + H_SYNC_OFFSET + H_SYNC_WIDTH); in get_detailed_timing()587 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing()599 DPRINTK("%d %d %d %d ", H_ACTIVE, H_ACTIVE + H_SYNC_OFFSET, in get_detailed_timing()600 H_ACTIVE + H_SYNC_OFFSET + H_SYNC_WIDTH, H_ACTIVE + H_BLANKING); in get_detailed_timing()915 var->xres = var->xres_virtual = H_ACTIVE; in fb_parse_edid()919 var->left_margin = (H_ACTIVE + H_BLANKING) - in fb_parse_edid()920 (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