Searched refs:cursor1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H 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()
|
H A D | nv_type.h | 83 u32 cursor1; member
|
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.c | 491 char *cursor1 = prepath, *cursor2 = prepath; in cifs_sanitize_prepath() 495 while (IS_DELIM(*cursor1)) in cifs_sanitize_prepath() 496 cursor1++; in cifs_sanitize_prepath() 499 *cursor2 = *cursor1; in cifs_sanitize_prepath() 502 while (*(cursor1++)) { in cifs_sanitize_prepath() 504 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in cifs_sanitize_prepath() 506 *(++cursor2) = *cursor1; in cifs_sanitize_prepath() 490 char *cursor1 = prepath, *cursor2 = prepath; cifs_sanitize_prepath() local
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H 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()
|
H A D | riva_hw.h | 519 U032 cursor1; member
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 1248 struct vram_buffer *cursor0, *cursor1 , *buf; in artist_draw_cursor() local 1256 cursor1 = &s->vram_buffer[ARTIST_BUFFER_CURSOR2]; in artist_draw_cursor() 1278 if (cursor1->data[cy * cursor1->width + cx]) { in artist_draw_cursor()
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | apm-xgene-phy.txt | 35 - apm,tx-pre-cursor1 : 1st pre-cursor emphasis taps control. Two set of
|