cursor0           885 drivers/video/fbdev/nvidia/nv_hw.c 		state->cursor0 = 0x00;
cursor0           927 drivers/video/fbdev/nvidia/nv_hw.c 		state->cursor0 = 0x80 | (par->CursorStart >> 17);
cursor0          1579 drivers/video/fbdev/nvidia/nv_hw.c 	VGA_WR08(par->PCIO, 0x03D5, state->cursor0);
cursor0          1637 drivers/video/fbdev/nvidia/nv_hw.c 	state->cursor0 = VGA_RD08(par->PCIO, 0x03D5);
cursor0            82 drivers/video/fbdev/nvidia/nv_type.h 	u32 cursor0;
cursor0          1272 drivers/video/fbdev/riva/riva_hw.c             state->cursor0  = 0x00;
cursor0          1288 drivers/video/fbdev/riva/riva_hw.c             state->cursor0  = 0x00;
cursor0          1314 drivers/video/fbdev/riva/riva_hw.c             state->cursor0  = 0x80 | (chip->CursorStart >> 17);
cursor0          1704 drivers/video/fbdev/riva/riva_hw.c     VGA_WR08(chip->PCIO, 0x03D5, state->cursor0);
cursor0          1766 drivers/video/fbdev/riva/riva_hw.c     state->cursor0      = VGA_RD08(chip->PCIO, 0x03D5);
cursor0           518 drivers/video/fbdev/riva/riva_hw.h     U032 cursor0;