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