Searched refs:memres (Results 1 – 2 of 2) sorted by relevance
150 unsigned long memres; in xls_platform_usb_init() local180 memres = CPHYSADDR((unsigned long)usb_mmio); in xls_platform_usb_init()181 xls_usb_ehci_device.resource[0].start = memres; in xls_platform_usb_init()182 xls_usb_ehci_device.resource[0].end = memres + 0x400 - 1; in xls_platform_usb_init()185 memres += 0x400; in xls_platform_usb_init()186 xls_usb_ohci_device_0.resource[0].start = memres; in xls_platform_usb_init()187 xls_usb_ohci_device_0.resource[0].end = memres + 0x400 - 1; in xls_platform_usb_init()190 memres += 0x400; in xls_platform_usb_init()191 xls_usb_ohci_device_1.resource[0].start = memres; in xls_platform_usb_init()192 xls_usb_ohci_device_1.resource[0].end = memres + 0x400 - 1; in xls_platform_usb_init()
644 struct resource *memres; in u300_gpio_probe() local661 memres = platform_get_resource(pdev, IORESOURCE_MEM, 0); in u300_gpio_probe()662 gpio->base = devm_ioremap_resource(&pdev->dev, memres); in u300_gpio_probe()