Lines Matching defs:bar0_start
1407 resource_size_t bar0_start = 0, bar0_len = 0;
1435 bar0_start = pci_resource_start(to_pci_dev(dev), 0);
1439 bar0_start = to_tc_dev(dev)->resource.start;
1440 bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
1442 if (!request_mem_region (bar0_start, bar0_len, "tgafb")) {
1448 mem_base = ioremap(bar0_start, bar0_len);
1521 info->fix.id, (long)bar0_start);
1530 release_mem_region(bar0_start, bar0_len);
1538 resource_size_t bar0_start = 0, bar0_len = 0;
1553 bar0_start = pci_resource_start(to_pci_dev(dev), 0);
1557 bar0_start = to_tc_dev(dev)->resource.start;
1558 bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
1560 release_mem_region(bar0_start, bar0_len);