Home
last modified time | relevance | path

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

/arch/x86/boot/
Dvideo-vesa.c73 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_probe()
82 } else if ((vminfo.mode_attr & 0x99) == 0x99 && in vesa_probe()
121 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_set_mode()
125 } else if ((vminfo.mode_attr & 0x99) == 0x99) { in vesa_set_mode()
213 boot_params.screen_info.vesa_attributes = vminfo.mode_attr; in vesa_store_mode_params_graphics()
Dvesa.h30 u16 mode_attr; /* 0 */ member