Lines Matching refs:R16
36 #define R16(v) ((v) & 0xffff) macro
374 if (R16(pVbe->pInt10->ax) != 0x4f) in VBEGetVBEInfo()
475 return (R16(pVbe->pInt10->ax) == 0x4f); in VBESetVBEMode()
496 if (R16(pVbe->pInt10->ax) == 0x4f) { in VBEGetVBEMode()
497 *mode = R16(pVbe->pInt10->bx); in VBEGetVBEMode()
530 if (R16(pVbe->pInt10->ax) != 0x4f) in VBEGetModeInfo()
600 if (R16(pVbe->pInt10->ax) != 0x4f) in VBESaveRestore()
604 int npages = (R16(pVbe->pInt10->bx) * 64) / 4096 + 1; in VBESaveRestore()
638 return (R16(pVbe->pInt10->ax) == 0x4f); in VBESaveRestore()
661 if (R16(pVbe->pInt10->ax) != 0x4f) in VBEBankSwitch()
700 if (R16(pVbe->pInt10->ax) != 0x4f) in VBESetGetLogicalScanlineLength()
705 *pixels = R16(pVbe->pInt10->cx); in VBESetGetLogicalScanlineLength()
707 *bytes = R16(pVbe->pInt10->bx); in VBESetGetLogicalScanlineLength()
709 *max = R16(pVbe->pInt10->dx); in VBESetGetLogicalScanlineLength()
725 if (R16(pVbe->pInt10->ax) != 0x4f) in VBESetDisplayStart()
739 if (R16(pVbe->pInt10->ax) != 0x4f) in VBEGetDisplayStart()
772 if (R16(pVbe->pInt10->ax) != 0x4f) in VBESetGetDACPaletteFormat()
822 if (R16(pVbe->pInt10->ax) != 0x4f) in VBESetGetPaletteData()
859 if (R16(pVbe->pInt10->ax) != 0x4f) in VBEGetVBEpmi()
863 pmi->seg_tbl = R16(pVbe->pInt10->es); in VBEGetVBEpmi()
864 pmi->tbl_off = R16(pVbe->pInt10->di); in VBEGetVBEpmi()
865 pmi->tbl_len = R16(pVbe->pInt10->cx); in VBEGetVBEpmi()
978 if (R16(pVbe->pInt10->ax) != 0x4f) in VBEGetPixelClock()
1014 return (R16(pVbe->pInt10->ax) == 0x4f); in VBEDPMSSet()