Lines Matching refs:RealOff
52 int RealOff; in VBEExtendedInit() local
75 page = xf86Int10AllocPages(pInt, 1, &RealOff); in VBEExtendedInit()
82 pInt->es = SEG_ADDR(RealOff); in VBEExtendedInit()
83 pInt->di = SEG_OFF(RealOff); in VBEExtendedInit()
151 vip->real_mode_base = RealOff; in VBEExtendedInit()
261 int RealOff = pVbe->real_mode_base; in vbeReadEDID() local
292 pVbe->pInt10->es = SEG_ADDR(RealOff); in vbeReadEDID()
293 pVbe->pInt10->di = SEG_OFF(RealOff); in vbeReadEDID()
1057 int RealOff = pVbe->real_mode_base; in VBEReadPanelID() local
1066 pVbe->pInt10->es = SEG_ADDR(RealOff); in VBEReadPanelID()
1067 pVbe->pInt10->di = SEG_OFF(RealOff); in VBEReadPanelID()