Lines Matching refs:c_height
473 unsigned int c_height; in vgacon_cursor() local
480 c_height = c->vc_cell_height; in vgacon_cursor()
496 vgacon_set_cursor_size(c_height - in vgacon_cursor()
497 (c_height < 10 ? 2 : 3), in vgacon_cursor()
498 c_height - in vgacon_cursor()
499 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
502 vgacon_set_cursor_size(c_height / 3, c_height - in vgacon_cursor()
503 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
506 vgacon_set_cursor_size(c_height * 2 / 3, c_height - in vgacon_cursor()
507 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
510 vgacon_set_cursor_size(c_height / 2, c_height - in vgacon_cursor()
511 (c_height < 10 ? 1 : 2)); in vgacon_cursor()
520 vgacon_set_cursor_size(1, c_height); in vgacon_cursor()