Home | History | Annotate | Download | only in QemuVideoDxe

Lines Matching refs:Index

71   UINTN Index = 0;

73 while (gQemuVideoCardList[Index].VendorId != 0) {
74 if (gQemuVideoCardList[Index].VendorId == VendorId &&
75 gQemuVideoCardList[Index].DeviceId == DeviceId) {
76 return gQemuVideoCardList + Index;
78 Index++;
679 @param Index TODO: add argument description
690 UINTN Index,
696 VgaOutb (Private, PALETTE_INDEX_REGISTER, (UINT8) Index);
715 UINTN Index;
720 Index = 0;
724 SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (GreenIndex << 5), (UINT8) (BlueIndex << 6));
725 Index++;
790 UINTN Index;
795 for (Index = 0; Index < 15; Index++) {
796 outw (Private, SEQ_ADDRESS_REGISTER, ModeData->SeqSettings[Index]);
810 for (Index = 0; Index < 28; Index++) {
811 outw (Private, CRTC_ADDRESS_REGISTER, (UINT16) ((ModeData->CrtcSettings[Index] << 8) | Index));
814 for (Index = 0; Index < 9; Index++) {
815 outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((GraphicsController[Index] << 8) | Index));
820 for (Index = 0; Index < 21; Index++) {
821 outb (Private, ATT_ADDRESS_REGISTER, (UINT8) Index);
822 outb (Private, ATT_ADDRESS_REGISTER, AttributeController[Index]);