HomeSort by: relevance | last modified time | path
    Searched defs:cursor_shape (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arc/dev/
pccons.c 132 static u_short cursor_shape = 0xffff, /* don't update until set by user */ variable in typeref:typename:u_short
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
    [all...]

Completed in 62 milliseconds