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

/linux-4.4.14/arch/arm/plat-orion/
H A Dcommon.c619 static struct resource orion_xor0_shared_resources[] = { variable in typeref:struct:resource
644 .num_resources = ARRAY_SIZE(orion_xor0_shared_resources),
645 .resource = orion_xor0_shared_resources,
658 orion_xor0_shared_resources[0].start = mapbase_low; orion_xor0_init()
659 orion_xor0_shared_resources[0].end = mapbase_low + 0xff; orion_xor0_init()
660 orion_xor0_shared_resources[1].start = mapbase_high; orion_xor0_init()
661 orion_xor0_shared_resources[1].end = mapbase_high + 0xff; orion_xor0_init()
663 orion_xor0_shared_resources[2].start = irq_0; orion_xor0_init()
664 orion_xor0_shared_resources[2].end = irq_0; orion_xor0_init()
665 orion_xor0_shared_resources[3].start = irq_1; orion_xor0_init()
666 orion_xor0_shared_resources[3].end = irq_1; orion_xor0_init()

Completed in 42 milliseconds