Lines Matching refs:resource
116 .resource = (struct resource[]) { \
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()
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()
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()
215 static struct resource i2c_resources[] = {
227 .resource = i2c_resources,
237 nlm_xlr_i2c_1.resource[0].start = CPHYSADDR(nlm_mmio_base(offset)); in nlm_i2c_init()
238 nlm_xlr_i2c_1.resource[0].end = nlm_xlr_i2c_1.resource[0].start + 0xfff; in nlm_i2c_init()