Home
last modified time | relevance | path

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

/arch/ia64/include/uapi/asm/
Dsetup.h16 __u16 num_rows; /* number of rows on console output device */ member
/arch/ia64/kernel/
Dsetup.c505 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; in screen_info_setup() local
509 if (!ia64_boot_param->console_info.num_rows || in screen_info_setup()
515 num_rows = 25; in screen_info_setup()
521 num_rows = ia64_boot_param->console_info.num_rows; in screen_info_setup()
522 font_height = 400 / num_rows; in screen_info_setup()
528 screen_info.orig_video_lines = num_rows; in screen_info_setup()