Searched refs:resource_init_mem_named (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/ |
H A D | screen_info_generic.c | 27 static void resource_init_mem_named(struct resource *r, in resource_init_mem_named() function 87 resource_init_mem_named(pos++, 0xb0000, 0x2000, "mda"); in screen_info_resources() 93 resource_init_mem_named(pos++, 0xb8000, 0x2000, "cga"); in screen_info_resources() 99 resource_init_mem_named(pos++, 0xb0000, 0x8000, "ega"); in screen_info_resources() 106 resource_init_mem_named(pos++, 0xa0000, 0x10000, "ega"); in screen_info_resources() 108 resource_init_mem_named(pos++, 0xb8000, 0x8000, "ega"); in screen_info_resources() 116 resource_init_mem_named(pos++, 0xa0000, 0x10000, "vga+"); in screen_info_resources() 118 resource_init_mem_named(pos++, 0xb8000, 0x8000, "vga+"); in screen_info_resources() 130 resource_init_mem_named(pos++, base, size, "lfb"); in screen_info_resources()
|