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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dinit_ohci1394_dma.c227 unsigned long ohci_base; local
233 ohci_base = read_pci_config(num, slot, func, PCI_BASE_ADDRESS_0+(0<<2))
236 set_fixmap_nocache(FIX_OHCI1394_BASE, ohci_base);
H A Dohci1394.c3025 resource_size_t ohci_base; local
3078 ohci_base = pci_resource_start(dev, 0);
3083 if (!request_mem_region(ohci_base, OHCI1394_REGISTER_SIZE,
3086 (unsigned long long)ohci_base,
3087 (unsigned long long)ohci_base + OHCI1394_REGISTER_SIZE);
3092 ohci->registers = ioremap(ohci_base, OHCI1394_REGISTER_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-omap3.c147 void __iomem *ohci_base; member in struct:ohci_hcd_omap3

Completed in 102 milliseconds