Searched refs:bar0_start (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtgafb.c1571 resource_size_t bar0_start = 0, bar0_len = 0; local
1601 bar0_start = pci_resource_start(to_pci_dev(dev), 0);
1605 bar0_start = to_tc_dev(dev)->resource.start;
1606 bar0_len = to_tc_dev(dev)->resource.end - bar0_start + 1;
1608 if (!request_mem_region (bar0_start, bar0_len, "tgafb")) {
1614 mem_base = ioremap_nocache(bar0_start, bar0_len);
1686 info->node, info->fix.id, (long)bar0_start);
1693 release_mem_region(bar0_start, bar0_len);
1702 resource_size_t bar0_start = 0, bar0_len = 0; local
1717 bar0_start
[all...]

Completed in 26 milliseconds