Lines Matching defs:cursor_shape
132 static u_short cursor_shape = 0xffff, /* don't update until set by user */
424 crtc_write_1(1, cursor_shape >> 8);
426 crtc_write_1(1, cursor_shape);
427 old_cursor_shape = cursor_shape;
435 cursor_shape = crtc_read_1(1) << 8;
437 cursor_shape |= crtc_read_1(1);
446 if (cursor_shape == 0x0000 || cursor_shape == 0xffff)
447 cursor_shape = 0x0b10;
449 cursor_shape &= 0x1f1f;
488 if (cursor_shape != old_cursor_shape)
1000 cursor_shape = 0x0012;
1868 if (cursor_shape == 0xffff)