Home
last modified time | relevance | path

Searched refs:memres (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/
H A Dplatform.c150 unsigned long memres; in xls_platform_usb_init() local
180 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()
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.4.rst14 ``oe-init-build-env-memres``). Now you only need to set
17 between invocations. The ``oe-init-build-env-memres`` script has been