HomeSort by relevance Sort by last modified time
    Searched defs:wdog_regs (Results 1 - 9 of 9) sorted by null

  /external/u-boot/arch/arm/mach-bcm283x/
reset.c 32 __efi_runtime_data struct bcm2835_wdog_regs *wdog_regs = variable in typeref:struct:bcm2835_wdog_regs
45 rstc = readl(&wdog_regs->rstc);
49 writel(BCM2835_WDOG_PASSWORD | timeout, &wdog_regs->wdog);
50 writel(BCM2835_WDOG_PASSWORD | rstc, &wdog_regs->rstc);
72 val = readl(&wdog_regs->rsts);
75 writel(val, &wdog_regs->rsts);
84 return efi_add_runtime_mmio(&wdog_regs, sizeof(*wdog_regs));
  /external/u-boot/drivers/watchdog/
ulp_wdog.c 13 struct wdog_regs { struct
45 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR;
52 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR;
61 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR;
81 struct wdog_regs *wdog = (struct wdog_regs *)WDOG_BASE_ADDR;
  /external/u-boot/arch/arm/include/asm/arch-s32v234/
imx-regs.h 219 struct wdog_regs { struct
  /external/u-boot/arch/arm/include/asm/arch-mx25/
imx-regs.h 79 struct wdog_regs { struct
  /external/u-boot/arch/arm/include/asm/arch-mx27/
imx-regs.h 107 struct wdog_regs { struct
  /external/u-boot/arch/arm/include/asm/arch-mx8m/
imx-regs.h 440 struct wdog_regs { struct
  /external/u-boot/arch/arm/include/asm/arch-vf610/
imx-regs.h 360 struct wdog_regs { struct
  /external/u-boot/arch/arm/include/asm/arch-mx6/
imx-regs.h 975 struct wdog_regs { struct
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-mx7/
imx-regs.h 1010 struct wdog_regs { struct
    [all...]

Completed in 323 milliseconds