Searched refs:cursor1 (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/nvidia/ |
A D | nv_hw.c | 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()
|
A D | nv_type.h | 83 u32 cursor1; member
|
/linux-6.3-rc2/fs/cifs/ |
A D | fs_context.c | 450 char *cursor1 = path, *cursor2 = path; in sanitize_path() local 453 while (IS_DELIM(*cursor1)) in sanitize_path() 454 cursor1++; in sanitize_path() 457 *cursor2 = *cursor1; in sanitize_path() 460 while (*(cursor1++)) { in sanitize_path() 462 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in sanitize_path() 464 *(++cursor2) = *cursor1; in sanitize_path()
|
/linux-6.3-rc2/drivers/video/fbdev/riva/ |
A D | riva_hw.c | 126 cursor = chip->CurrentState->cursor1; in ShowHideCursor() 127 chip->CurrentState->cursor1 = (chip->CurrentState->cursor1 & 0xFE) | in ShowHideCursor() 130 VGA_WR08(chip->PCIO, 0x3D5, chip->CurrentState->cursor1); in ShowHideCursor() 1252 state->cursor1 = 0x78; in CalcStateExt() 1268 state->cursor1 = 0xFC; in CalcStateExt() 1294 state->cursor1 = (chip->CursorStart >> 11) << 2; in CalcStateExt() 1667 VGA_WR08(chip->PCIO, 0x03D5, state->cursor1); in LoadStateExt() 1729 state->cursor1 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
|
A D | riva_hw.h | 519 U032 cursor1; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
A D | apm-xgene-phy.txt | 35 - apm,tx-pre-cursor1 : 1st pre-cursor emphasis taps control. Two set of
|
Completed in 45 milliseconds