Searched refs:cursor1 (Results 1 – 4 of 4) sorted by relevance
75 int cur = par->CurrentState->cursor1; in NVShowHideCursor()77 par->CurrentState->cursor1 = (par->CurrentState->cursor1 & 0xFE) | in NVShowHideCursor()80 VGA_WR08(par->PCIO, 0x3D5, par->CurrentState->cursor1); in NVShowHideCursor()886 state->cursor1 = 0xbC; in NVCalcStateExt()888 state->cursor1 |= 2; in NVCalcStateExt()928 state->cursor1 = (par->CursorStart >> 11) << 2; in NVCalcStateExt()931 state->cursor1 |= 2; in NVCalcStateExt()1581 VGA_WR08(par->PCIO, 0x03D5, state->cursor1); in NVLoadStateExt()1639 state->cursor1 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
83 u32 cursor1; member
584 char *cursor1 = prepath, *cursor2 = prepath; in cifs_sanitize_prepath() local 588 while (IS_DELIM(*cursor1)) in cifs_sanitize_prepath() 589 cursor1++; in cifs_sanitize_prepath() 592 *cursor2 = *cursor1; in cifs_sanitize_prepath() 595 while (*(cursor1++)) { in cifs_sanitize_prepath() 597 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in cifs_sanitize_prepath() 599 *(++cursor2) = *cursor1; in cifs_sanitize_prepath()
519 U032 cursor1; member