Lines Matching refs:boot_params
191 boot_params.screen_info.red_size = dac_size; in vesa_dac_set_8bits()
192 boot_params.screen_info.green_size = dac_size; in vesa_dac_set_8bits()
193 boot_params.screen_info.blue_size = dac_size; in vesa_dac_set_8bits()
194 boot_params.screen_info.rsvd_size = dac_size; in vesa_dac_set_8bits()
196 boot_params.screen_info.red_pos = 0; in vesa_dac_set_8bits()
197 boot_params.screen_info.green_pos = 0; in vesa_dac_set_8bits()
198 boot_params.screen_info.blue_pos = 0; in vesa_dac_set_8bits()
199 boot_params.screen_info.rsvd_pos = 0; in vesa_dac_set_8bits()
216 boot_params.screen_info.vesapm_seg = es; in vesa_store_pm_info()
217 boot_params.screen_info.vesapm_off = di; in vesa_store_pm_info()
226 boot_params.screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB; in vesa_store_mode_params_graphics()
229 boot_params.screen_info.vesa_attributes = vminfo.mode_attr; in vesa_store_mode_params_graphics()
230 boot_params.screen_info.lfb_linelength = vminfo.logical_scan; in vesa_store_mode_params_graphics()
231 boot_params.screen_info.lfb_width = vminfo.h_res; in vesa_store_mode_params_graphics()
232 boot_params.screen_info.lfb_height = vminfo.v_res; in vesa_store_mode_params_graphics()
233 boot_params.screen_info.lfb_depth = vminfo.bpp; in vesa_store_mode_params_graphics()
234 boot_params.screen_info.pages = vminfo.image_planes; in vesa_store_mode_params_graphics()
235 boot_params.screen_info.lfb_base = vminfo.lfb_ptr; in vesa_store_mode_params_graphics()
236 memcpy(&boot_params.screen_info.red_size, in vesa_store_mode_params_graphics()
240 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
258 memset(&boot_params.edid_info, 0x13, sizeof boot_params.edid_info); in vesa_store_edid()
285 di =(size_t) &boot_params.edid_info; /* (ES:)Pointer to block */ in vesa_store_edid()
287 : "+a" (ax), "+b" (bx), "+d" (dx), "=m" (boot_params.edid_info), in vesa_store_edid()