Searched refs:orion5x_clrbits (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-orion5x/ | ||
D | common.h | 84 #define orion5x_clrbits(r, mask) writel(readl(r) & ~(mask), (r)) macro |
D | common.c | 361 orion5x_clrbits(CPU_SOFT_RESET, 1); in orion5x_restart() |