OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rstctrl
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/mach-keystone/
init.c
193
volatile u32 *
rstctrl
= (volatile u32 *)(KS2_RSTCTRL);
local
196
tmp = *
rstctrl
& KS2_RSTCTRL_MASK;
197
*
rstctrl
= tmp | KS2_RSTCTRL_KEY;
199
*
rstctrl
&= KS2_RSTCTRL_SWRST;
/external/u-boot/arch/arm/include/asm/arch-omap3/
cpu.h
403
u32
rstctrl
; /* 0x1250 */
member in struct:prm
/external/u-boot/arch/arm/include/asm/arch-am33xx/
cpu.h
391
unsigned int
rstctrl
;
member in struct:prm_device_inst
Completed in 701 milliseconds