cursor2           889 drivers/video/fbdev/nvidia/nv_hw.c 		state->cursor2 = 0x00000000;
cursor2           929 drivers/video/fbdev/nvidia/nv_hw.c 		state->cursor2 = par->CursorStart >> 24;
cursor2          1583 drivers/video/fbdev/nvidia/nv_hw.c 	VGA_WR08(par->PCIO, 0x03D5, state->cursor2);
cursor2          1641 drivers/video/fbdev/nvidia/nv_hw.c 	state->cursor2 = VGA_RD08(par->PCIO, 0x03D5);
cursor2            84 drivers/video/fbdev/nvidia/nv_type.h 	u32 cursor2;
cursor2          1274 drivers/video/fbdev/riva/riva_hw.c             state->cursor2  = 0x00000000;
cursor2          1290 drivers/video/fbdev/riva/riva_hw.c             state->cursor2  = 0x00000000;
cursor2          1316 drivers/video/fbdev/riva/riva_hw.c             state->cursor2  = chip->CursorStart >> 24;
cursor2          1708 drivers/video/fbdev/riva/riva_hw.c     VGA_WR08(chip->PCIO, 0x03D5, state->cursor2);
cursor2          1770 drivers/video/fbdev/riva/riva_hw.c     state->cursor2      = VGA_RD08(chip->PCIO, 0x03D5);
cursor2           520 drivers/video/fbdev/riva/riva_hw.h     U032 cursor2;