Home
last modified time | relevance | path

Searched refs:vesapm_seg (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Dvesafb.c291 screen_info.vesapm_seg = 0; in vesafb_probe()
323 if (screen_info.vesapm_seg) { in vesafb_probe()
325 screen_info.vesapm_seg,screen_info.vesapm_off); in vesafb_probe()
328 if (screen_info.vesapm_seg < 0xc000) in vesafb_probe()
333 …pmi_base = (unsigned short*)phys_to_virt(((unsigned long)screen_info.vesapm_seg << 4) + screen_in… in vesafb_probe()
/Linux-v4.19/include/uapi/linux/
Dscreen_info.h42 __u16 vesapm_seg; /* 0x2e */ member
/Linux-v4.19/arch/x86/boot/
Dvideo-vesa.c202 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info()