Lines Matching refs:cursor1
55 int current = pNv->CurrentState->cursor1;
57 pNv->CurrentState->cursor1 = (pNv->CurrentState->cursor1 & 0xFE) |
60 VGA_WR08(pNv->PCIO, 0x3D5, pNv->CurrentState->cursor1);
875 state->cursor1 = 0xbC;
877 state->cursor1 |= 2;
919 state->cursor1 = (pNv->CursorStart >> 11) << 2;
922 state->cursor1 |= 2;
1488 VGA_WR08(pNv->PCIO, 0x03D5, state->cursor1);
1549 state->cursor1 = VGA_RD08(pNv->PCIO, 0x03D5);