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()
14 ``oe-init-build-env-memres``). Now you only need to set17 between invocations. The ``oe-init-build-env-memres`` script has been