Home
last modified time | relevance | path

Searched refs:rstoutn_mask (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c21 writel(readl(&cpureg->rstoutn_mask) | (1 << 2), in reset_cpu()
22 &cpureg->rstoutn_mask); in reset_cpu()
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c25 writel(readl(&cpureg->rstoutn_mask) | (1 << 2), in reset_cpu()
26 &cpureg->rstoutn_mask); in reset_cpu()
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dcpu.h113 u32 rstoutn_mask; /* 0x20108 */ member
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dcpu.h102 u32 rstoutn_mask; /* 0x60 */ member
/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h219 u32 rstoutn_mask; /* 0x20108 */ member
/openbmc/u-boot/arch/arm/mach-mvebu/
H A Dcpu.c41 writel(readl(&reg->rstoutn_mask) | 1, &reg->rstoutn_mask); in reset_cpu()