HomeSort by relevance Sort by last modified time
    Searched refs:rstctrl (Results 1 - 4 of 4) 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/dts/
keystone.dtsi 88 rstctrl: reset-controller {
  /external/u-boot/arch/arm/include/asm/arch-am33xx/
cpu.h 391 unsigned int rstctrl; member in struct:prm_device_inst
  /external/u-boot/arch/arm/include/asm/arch-omap3/
cpu.h 403 u32 rstctrl; /* 0x1250 */ member in struct:prm

Completed in 230 milliseconds