Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arc/dev/
H A Dpccons.c132 static u_short cursor_shape = 0xffff, /* don't update until set by user */ variable
424 crtc_write_1(1, cursor_shape >> 8); in set_cursor_shape()
426 crtc_write_1(1, cursor_shape); in set_cursor_shape()
427 old_cursor_shape = cursor_shape; in set_cursor_shape()
435 cursor_shape = crtc_read_1(1) << 8; in get_cursor_shape()
437 cursor_shape |= crtc_read_1(1); in get_cursor_shape()
446 if (cursor_shape == 0x0000 || cursor_shape == 0xffff) in get_cursor_shape()
447 cursor_shape = 0x0b10; in get_cursor_shape()
449 cursor_shape &= 0x1f1f; in get_cursor_shape()
488 if (cursor_shape != old_cursor_shape) in do_async_update()
[all …]