SYSCON_CPU_CTRL
ncpus = (readl(syscon + SYSCON_CPU_CTRL) >> 8) & 0xff;
writel((1ul << ncpus) - 1, syscon + SYSCON_CPU_CTRL);