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