bar0_start       1400 drivers/video/fbdev/tgafb.c 	resource_size_t bar0_start = 0, bar0_len = 0;
bar0_start       1428 drivers/video/fbdev/tgafb.c 		bar0_start = pci_resource_start(to_pci_dev(dev), 0);
bar0_start       1432 drivers/video/fbdev/tgafb.c 		bar0_start = to_tc_dev(dev)->resource.start;
bar0_start       1433 drivers/video/fbdev/tgafb.c 		bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
bar0_start       1435 drivers/video/fbdev/tgafb.c 	if (!request_mem_region (bar0_start, bar0_len, "tgafb")) {
bar0_start       1441 drivers/video/fbdev/tgafb.c 	mem_base = ioremap_nocache(bar0_start, bar0_len);
bar0_start       1514 drivers/video/fbdev/tgafb.c 		info->fix.id, (long)bar0_start);
bar0_start       1523 drivers/video/fbdev/tgafb.c 	release_mem_region(bar0_start, bar0_len);
bar0_start       1531 drivers/video/fbdev/tgafb.c 	resource_size_t bar0_start = 0, bar0_len = 0;
bar0_start       1546 drivers/video/fbdev/tgafb.c 		bar0_start = pci_resource_start(to_pci_dev(dev), 0);
bar0_start       1550 drivers/video/fbdev/tgafb.c 		bar0_start = to_tc_dev(dev)->resource.start;
bar0_start       1551 drivers/video/fbdev/tgafb.c 		bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
bar0_start       1553 drivers/video/fbdev/tgafb.c 	release_mem_region(bar0_start, bar0_len);