Home
last modified time | relevance | path

Searched refs:cursor0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_type.h82 u32 cursor0; member
H A Dnv_hw.c885 state->cursor0 = 0x00; in NVCalcStateExt()
927 state->cursor0 = 0x80 | (par->CursorStart >> 17); in NVCalcStateExt()
1579 VGA_WR08(par->PCIO, 0x03D5, state->cursor0); in NVLoadStateExt()
1637 state->cursor0 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
/openbmc/qemu/hw/display/
H A Dartist.c1248 struct vram_buffer *cursor0, *cursor1 , *buf; in artist_draw_cursor() local
1255 cursor0 = &s->vram_buffer[ARTIST_BUFFER_CURSOR1]; in artist_draw_cursor()
1275 if (cursor0->data[cy * cursor0->width + cx]) { in artist_draw_cursor()
/openbmc/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1251 state->cursor0 = 0x00; in CalcStateExt()
1267 state->cursor0 = 0x00; in CalcStateExt()
1293 state->cursor0 = 0x80 | (chip->CursorStart >> 17); in CalcStateExt()
1665 VGA_WR08(chip->PCIO, 0x03D5, state->cursor0); in LoadStateExt()
1727 state->cursor0 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
H A Driva_hw.h518 U032 cursor0; member