Lines Matching refs:bx
191 pVbe->pInt10->bx = 0; in vbeProbeDDC()
208 switch (pVbe->pInt10->bx & 0x3) { in vbeProbeDDC()
231 if (pVbe->pInt10->bx & 0x4) { in vbeProbeDDC()
241 (pVbe->pInt10->bx >> 8) & 0xff); in vbeProbeDDC()
289 pVbe->pInt10->bx = 0x01; in vbeReadEDID()
463 pVbe->pInt10->bx = mode; in VBESetVBEMode()
465 pVbe->pInt10->bx |= 1 << 11; in VBESetVBEMode()
471 pVbe->pInt10->bx &= ~(1 << 11); in VBESetVBEMode()
497 *mode = R16(pVbe->pInt10->bx); in VBEGetVBEMode()
604 int npages = (R16(pVbe->pInt10->bx) * 64) / 4096 + 1; in VBESaveRestore()
613 *size = pVbe->pInt10->bx * 64; in VBESaveRestore()
636 pVbe->pInt10->bx = SEG_OFF(*real_mode_pages); in VBESaveRestore()
657 pVbe->pInt10->bx = window; in VBEBankSwitch()
695 pVbe->pInt10->bx = command; in VBESetGetLogicalScanlineLength()
707 *bytes = R16(pVbe->pInt10->bx); in VBESetGetLogicalScanlineLength()
720 pVbe->pInt10->bx = wait_retrace ? 0x80 : 0x00; in VBESetDisplayStart()
736 pVbe->pInt10->bx = 0x01; in VBEGetDisplayStart()
767 pVbe->pInt10->bx = 0x01; in VBESetGetDACPaletteFormat()
769 pVbe->pInt10->bx = (bits & 0x00ff) << 8; in VBESetGetDACPaletteFormat()
775 return (bits != 0 ? bits : (pVbe->pInt10->bx >> 8) & 0x00ff); in VBESetGetDACPaletteFormat()
811 pVbe->pInt10->bx = set && wait_retrace ? 0x80 : set ? 0 : 1; in VBESetGetPaletteData()
813 pVbe->pInt10->bx = set ? 2 : 3; in VBESetGetPaletteData()
855 pVbe->pInt10->bx = 0; in VBEGetVBEpmi()
973 pVbe->pInt10->bx = 0x00; in VBEGetPixelClock()
999 pVbe->pInt10->bx = 0x01; in VBEDPMSSet()
1004 pVbe->pInt10->bx |= 0x100; in VBEDPMSSet()
1007 pVbe->pInt10->bx |= 0x200; in VBEDPMSSet()
1010 pVbe->pInt10->bx |= 0x400; in VBEDPMSSet()
1063 pVbe->pInt10->bx = 0x01; in VBEReadPanelID()