Searched refs:H_ACTIVE (Results 1 – 4 of 4) 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()911 var->xres = var->xres_virtual = H_ACTIVE; in fb_parse_edid()915 var->left_margin = (H_ACTIVE + H_BLANKING) - in fb_parse_edid()916 (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
144 #define H_ACTIVE(x) (((x) << H_ACTIVE_SHIFT) & H_ACTIVE_MASK) macro
371 val |= H_ACTIVE(vm.hactive - 1); in zx_crtc_atomic_enable()