Searched refs:max_pos (Results 1 – 1 of 1) sorted by relevance
54 static struct pos max_pos; variable151 if (cur_pos.x < max_pos.x) in fbcon_putc()157 if (cur_pos.y >= max_pos.y) { in fbcon_putc()158 cur_pos.y = max_pos.y - 1; in fbcon_putc()191 max_pos.x = config->width / (FONT_WIDTH+1); in fbcon_setup()192 max_pos.y = (config->height - 1) / FONT_HEIGHT; in fbcon_setup()
Completed in 9 milliseconds