Searched refs:cursor_end (Results 1 – 5 of 5) sorted by relevance
190 int cursor_end, frame_end; in radeon_cursor_move_locked() local192 cursor_end = x + w; in radeon_cursor_move_locked()194 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()195 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()198 } else if (cursor_end <= 0) { in radeon_cursor_move_locked()200 } else if (!(cursor_end & 0x7f)) { in radeon_cursor_move_locked()
130 uint8_t cursor_start, cursor_end; member
1272 s->cr[VGA_CRTC_CURSOR_END] != s->cursor_end) { in vga_draw_text()1281 s->cursor_end = s->cr[VGA_CRTC_CURSOR_END]; in vga_draw_text()1874 s->cursor_end = 0; in vga_common_reset()1989 s->cr[VGA_CRTC_CURSOR_END] != s->cursor_end || full_update) { in vga_update_text()1999 s->cursor_end = s->cr[VGA_CRTC_CURSOR_END]; in vga_update_text()
69 u8 cursor_end; member
94 u8 cursor_end; member