Searched refs:cursor1 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_hw.c76 current = chip->CurrentState->cursor1;
77 chip->CurrentState->cursor1 = (chip->CurrentState->cursor1 & 0xFE) |
80 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1);
664 state->cursor1 = 0x78;
666 state->cursor1 |= 2;
778 VGA_WR08(chip->PCIO, 0x03D5, state->cursor1);
835 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5);
H A Dnv_type.h65 U032 cursor1; member in struct:_riva_hw_state
H A Driva_hw.h325 U032 cursor1; member in struct:_riva_hw_state
H A Dnv_hw.c55 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
[all...]

Completed in 7 milliseconds