Lines Matching refs:hOver_plus
521 int hOver_plus, hSync_width, hblank; member
1365 rinfo->hOver_plus = (block[8] + ((block[11] & 0xc0) << 2)); in radeon_dfp_parse_EDID()
1380 RTRACE("hOver_plus = %d\t hSync_width = %d\n", rinfo->hOver_plus, in radeon_dfp_parse_EDID()
1411 var->left_margin = (rinfo->hblank - rinfo->hOver_plus - rinfo->hSync_width); in radeon_update_default_var()
1412 var->right_margin = rinfo->hOver_plus; in radeon_update_default_var()
1452 rinfo->hOver_plus = (readb(tmp + 8) + ((readb(tmp + 11) & 0xc0) << 2)); in radeon_get_dfpinfo_BIOS()
1506 rinfo->hOver_plus = ((readw(tmp0+21) - readw(tmp0+19) -1) * 8) & 0x7fff; in radeon_get_lcdinfo_BIOS()
1602 rinfo->hOver_plus = (unsigned short) ((tmp & FP_H_SYNC_STRT_CHAR_MASK) >> in radeon_get_dfpinfo()
1604 rinfo->hOver_plus *= 8; in radeon_get_dfpinfo()
3047 hSyncStart = mode->xres + rinfo->hOver_plus; in radeon_load_video_mode()
3305 newmode.fp_h_sync_strt_wid = ((rinfo->hOver_plus & 0x1fff) | in radeon_load_video_mode()