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

/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dplatform.c150 unsigned long memres; xls_platform_usb_init() local
180 memres = CPHYSADDR((unsigned long)usb_mmio); xls_platform_usb_init()
181 xls_usb_ehci_device.resource[0].start = memres; xls_platform_usb_init()
182 xls_usb_ehci_device.resource[0].end = memres + 0x400 - 1; xls_platform_usb_init()
185 memres += 0x400; xls_platform_usb_init()
186 xls_usb_ohci_device_0.resource[0].start = memres; xls_platform_usb_init()
187 xls_usb_ohci_device_0.resource[0].end = memres + 0x400 - 1; xls_platform_usb_init()
190 memres += 0x400; xls_platform_usb_init()
191 xls_usb_ohci_device_1.resource[0].start = memres; xls_platform_usb_init()
192 xls_usb_ohci_device_1.resource[0].end = memres + 0x400 - 1; xls_platform_usb_init()
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-coh901.c627 struct resource *memres; u300_gpio_probe() local
644 memres = platform_get_resource(pdev, IORESOURCE_MEM, 0); u300_gpio_probe()
645 gpio->base = devm_ioremap_resource(&pdev->dev, memres); u300_gpio_probe()
/linux-4.4.14/arch/mips/pci/
H A Dpci-alchemy.c54 /* IO/MEM resources for PCI. Keep the memres in sync with __fixup_bigphys_addr

Completed in 160 milliseconds