Lines Matching +full:smp +full:- +full:offset
2 * plat smp support for CSR Marco dual-core SMP SoCs
10 #include <linux/smp.h>
33 pen_release = -1; in sirfsoc_secondary_init()
44 { .compatible = "sirf,atlas7-clkc" },
55 return -ENODEV; in sirfsoc_boot_secondary()
59 return -ENOMEM; in sirfsoc_boot_secondary()
63 * at offset 0x2bC, then write the magic number 0x3CAF5D62 to the in sirfsoc_boot_secondary()
64 * clkc register at offset 0x2b8, which is what boot rom code is in sirfsoc_boot_secondary()
82 * the holding pen - release it, then wait for it to flag in sirfsoc_boot_secondary()
100 if (pen_release == -1) in sirfsoc_boot_secondary()
112 return pen_release != -1 ? -ENOSYS : 0; in sirfsoc_boot_secondary()