Lines Matching refs:boot_params
178 boot_params.screen_info.red_size = dac_size; in vesa_dac_set_8bits()
179 boot_params.screen_info.green_size = dac_size; in vesa_dac_set_8bits()
180 boot_params.screen_info.blue_size = dac_size; in vesa_dac_set_8bits()
181 boot_params.screen_info.rsvd_size = dac_size; in vesa_dac_set_8bits()
183 boot_params.screen_info.red_pos = 0; in vesa_dac_set_8bits()
184 boot_params.screen_info.green_pos = 0; in vesa_dac_set_8bits()
185 boot_params.screen_info.blue_pos = 0; in vesa_dac_set_8bits()
186 boot_params.screen_info.rsvd_pos = 0; in vesa_dac_set_8bits()
201 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info()
202 boot_params.screen_info.vesapm_off = oreg.di; in vesa_store_pm_info()
211 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
214 boot_params.screen_info.vesa_attributes = vminfo.mode_attr; in vesa_store_mode_params_graphics()
215 boot_params.screen_info.lfb_linelength = vminfo.logical_scan; in vesa_store_mode_params_graphics()
216 boot_params.screen_info.lfb_width = vminfo.h_res; in vesa_store_mode_params_graphics()
217 boot_params.screen_info.lfb_height = vminfo.v_res; in vesa_store_mode_params_graphics()
218 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
219 boot_params.screen_info.pages = vminfo.image_planes; in vesa_store_mode_params_graphics()
220 boot_params.screen_info.lfb_base = vminfo.lfb_ptr; in vesa_store_mode_params_graphics()
221 memcpy(&boot_params.screen_info.red_size, in vesa_store_mode_params_graphics()
225 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
243 memset(&boot_params.edid_info, 0x13, sizeof boot_params.edid_info); in vesa_store_edid()
266 ireg.di =(size_t)&boot_params.edid_info; /* (ES:)Pointer to block */ in vesa_store_edid()