Searched refs:bar0_start (Results 1 – 1 of 1) sorted by relevance
1400 resource_size_t bar0_start = 0, bar0_len = 0; local1430 bar0_start = pci_resource_start(to_pci_dev(dev), 0);1434 bar0_start = to_tc_dev(dev)->resource.start;1435 bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;1437 if (!request_mem_region (bar0_start, bar0_len, "tgafb")) {1443 mem_base = ioremap_nocache(bar0_start, bar0_len);1516 info->fix.id, (long)bar0_start);1525 release_mem_region(bar0_start, bar0_len);1533 resource_size_t bar0_start = 0, bar0_len = 0; local1548 bar0_start = pci_resource_start(to_pci_dev(dev), 0);[all …]