CPU_SOFT_RESET
reg = readl(CPU_SOFT_RESET);
writel(reg, CPU_SOFT_RESET);
orion5x_setbits(CPU_SOFT_RESET, 1);
orion5x_clrbits(CPU_SOFT_RESET, 1);