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

/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c27 writel(readl(&cpureg->rstoutn_mask) | (1 << 2),
28 &cpureg->rstoutn_mask);
/u-boot/arch/arm/mach-orion5x/include/mach/
H A Dcpu.h219 u32 rstoutn_mask; /* 0x20108 */ member in struct:orion5x_cpu_registers
/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dcpu.h122 u32 rstoutn_mask; /* 0x20108 */ member in struct:kwcpu_registers
/u-boot/arch/arm/mach-mvebu/include/mach/
H A Dcpu.h119 u32 rstoutn_mask; /* 0x60 */ member in struct:mvebu_system_registers
/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c28 writel(readl(&cpureg->rstoutn_mask) | (1 << 2),
29 &cpureg->rstoutn_mask);
/u-boot/arch/arm/mach-mvebu/
H A Dcpu.c61 writel(readl(&reg->rstoutn_mask) | 1, &reg->rstoutn_mask);

Completed in 103 milliseconds