Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c1009 static struct platform_device *ecovec_ceu_devices[] __initdata = { variable
1454 device_initialize(&ecovec_ceu_devices[0]->dev); in arch_setup()
1455 dma_declare_coherent_memory(&ecovec_ceu_devices[0]->dev, in arch_setup()
1458 platform_device_add(ecovec_ceu_devices[0]); in arch_setup()
1460 device_initialize(&ecovec_ceu_devices[1]->dev); in arch_setup()
1461 dma_declare_coherent_memory(&ecovec_ceu_devices[1]->dev, in arch_setup()
1464 platform_device_add(ecovec_ceu_devices[1]); in arch_setup()