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