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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1760-if.c144 resource_size_t pci_mem_phy0; local
177 pci_mem_phy0 = pci_resource_start(dev, 3);
185 if (!request_mem_region(pci_mem_phy0, memlength, "ISP-PCI")) {
192 chip_addr = ioremap_nocache(pci_mem_phy0,memlength);
243 hcd = isp1760_register(pci_mem_phy0, memlength, dev->irq,
259 release_mem_region(pci_mem_phy0, memlength);

Completed in 46 milliseconds