Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dscreen_info_generic.c29 static void resource_init_mem_named(struct resource *r, in resource_init_mem_named() function
89 resource_init_mem_named(pos++, 0xb0000, 0x2000, "mda"); in screen_info_resources()
95 resource_init_mem_named(pos++, 0xb8000, 0x2000, "cga"); in screen_info_resources()
101 resource_init_mem_named(pos++, 0xb0000, 0x8000, "ega"); in screen_info_resources()
108 resource_init_mem_named(pos++, 0xa0000, 0x10000, "ega"); in screen_info_resources()
110 resource_init_mem_named(pos++, 0xb8000, 0x8000, "ega"); in screen_info_resources()
118 resource_init_mem_named(pos++, 0xa0000, 0x10000, "vga+"); in screen_info_resources()
120 resource_init_mem_named(pos++, 0xb8000, 0x8000, "vga+"); in screen_info_resources()
132 resource_init_mem_named(pos++, base, size, "lfb"); in screen_info_resources()