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

/linux-master/arch/sh/kernel/cpu/
H A Dpfc.c13 static struct platform_device sh_pfc_device = { variable in typeref:struct:platform_device
20 sh_pfc_device.name = name;
21 sh_pfc_device.num_resources = num_resources;
22 sh_pfc_device.resource = resource;
24 return platform_device_register(&sh_pfc_device);

Completed in 77 milliseconds