Home
last modified time | relevance | path

Searched refs:videotext (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-rpc/include/mach/
Duncompress.h127 video_num_rows = t->u.videotext.video_lines; in arch_decomp_setup()
128 video_num_cols = t->u.videotext.video_cols; in arch_decomp_setup()
129 bytes_per_char_h = t->u.videotext.video_points; in arch_decomp_setup()
130 bytes_per_char_v = t->u.videotext.video_points; in arch_decomp_setup()
131 video_x = t->u.videotext.x; in arch_decomp_setup()
132 video_y = t->u.videotext.y; in arch_decomp_setup()
/arch/arm/kernel/
Dcompat.c179 tag->u.videotext.x = params->u1.s.video_x; in build_tag_list()
180 tag->u.videotext.y = params->u1.s.video_y; in build_tag_list()
181 tag->u.videotext.video_page = 0; in build_tag_list()
182 tag->u.videotext.video_mode = 0; in build_tag_list()
183 tag->u.videotext.video_cols = params->u1.s.video_num_cols; in build_tag_list()
184 tag->u.videotext.video_ega_bx = 0; in build_tag_list()
185 tag->u.videotext.video_lines = params->u1.s.video_num_rows; in build_tag_list()
186 tag->u.videotext.video_isvga = 1; in build_tag_list()
187 tag->u.videotext.video_points = 8; in build_tag_list()
Dsetup.c686 screen_info.orig_x = tag->u.videotext.x; in parse_tag_videotext()
687 screen_info.orig_y = tag->u.videotext.y; in parse_tag_videotext()
688 screen_info.orig_video_page = tag->u.videotext.video_page; in parse_tag_videotext()
689 screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
690 screen_info.orig_video_cols = tag->u.videotext.video_cols; in parse_tag_videotext()
691 screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx; in parse_tag_videotext()
692 screen_info.orig_video_lines = tag->u.videotext.video_lines; in parse_tag_videotext()
693 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
694 screen_info.orig_video_points = tag->u.videotext.video_points; in parse_tag_videotext()
/arch/arm/include/asm/
Dsetup.h151 struct tag_videotext videotext; member