Lines Matching +full:0 +full:xb0000

12 	memset(r, 0, sizeof(*r));  in resource_init_named()
37 case 0x0d: /* 320x200-4 */ in __screen_info_has_ega_gfx()
38 case 0x0e: /* 640x200-4 */ in __screen_info_has_ega_gfx()
39 case 0x0f: /* 640x350-1 */ in __screen_info_has_ega_gfx()
40 case 0x10: /* 640x350-4 */ in __screen_info_has_ega_gfx()
50 case 0x10: /* 640x480-1 */ in __screen_info_has_vga_gfx()
51 case 0x12: /* 640x480-4 */ in __screen_info_has_vga_gfx()
52 case 0x13: /* 320-200-8 */ in __screen_info_has_vga_gfx()
53 case 0x6a: /* 800x600-4 (VESA) */ in __screen_info_has_vga_gfx()
82 if (num > 0) in screen_info_resources()
83 resource_init_io_named(pos++, 0x3b0, 12, "mda"); in screen_info_resources()
85 resource_init_io_named(pos++, 0x3bf, 0x01, "mda"); in screen_info_resources()
87 resource_init_mem_named(pos++, 0xb0000, 0x2000, "mda"); in screen_info_resources()
90 if (num > 0) in screen_info_resources()
91 resource_init_io_named(pos++, 0x3d4, 0x02, "cga"); in screen_info_resources()
93 resource_init_mem_named(pos++, 0xb8000, 0x2000, "cga"); in screen_info_resources()
96 if (num > 0) in screen_info_resources()
97 resource_init_io_named(pos++, 0x3bf, 0x10, "ega"); in screen_info_resources()
99 resource_init_mem_named(pos++, 0xb0000, 0x8000, "ega"); in screen_info_resources()
102 if (num > 0) in screen_info_resources()
103 resource_init_io_named(pos++, 0x3c0, 0x20, "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()
112 if (num > 0) in screen_info_resources()
113 resource_init_io_named(pos++, 0x3c0, 0x20, "vga+"); 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()
129 if (num > 0) in screen_info_resources()