Home
last modified time | relevance | path

Searched defs:wdog_regs (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/watchdog/
A Dulp_wdog.c14 struct wdog_regs { struct
15 u8 cs1;
16 u8 cs2;
17 u16 reserve0;
18 u32 cnt;
19 u32 toval;
20 u32 win;
/u-boot/arch/arm/mach-bcm283x/
A Dreset.c30 __efi_runtime_data struct bcm2835_wdog_regs *wdog_regs; variable
33 __reset_cpu(struct bcm2835_wdog_regs *wdog_regs, ulong ticks) in __reset_cpu()
/u-boot/arch/arm/include/asm/arch-s32v234/
A Dimx-regs.h219 struct wdog_regs { struct
220 u32 cr;
221 u32 ir;
222 u32 to;
223 u32 wn;
224 u32 sr;
225 u32 co;
226 u32 sk;
/u-boot/arch/arm/include/asm/arch-mx25/
A Dimx-regs.h79 struct wdog_regs { struct
80 u16 wcr; /* Control */
81 u16 wsr; /* Service */
82 u16 wrsr; /* Reset Status */
83 u16 wicr; /* Interrupt Control */
84 u16 wmcr; /* Misc Control */
/u-boot/arch/arm/include/asm/arch-vf610/
A Dimx-regs.h376 struct wdog_regs { struct
377 u16 wcr;
378 u16 wsr;
379 u16 wrsr;
380 u16 wicr;
381 u16 wmcr;
/u-boot/arch/arm/include/asm/arch-mx27/
A Dimx-regs.h107 struct wdog_regs { struct
108 u16 wcr;
109 u16 wsr;
110 u16 wstr;
/u-boot/arch/arm/include/asm/arch-imx8m/
A Dimx-regs.h310 struct wdog_regs { struct
311 u16 wcr; /* Control */
312 u16 wsr; /* Service */
313 u16 wrsr; /* Reset Status */
314 u16 wicr; /* Interrupt Control */
315 u16 wmcr; /* Miscellaneous Control */
/u-boot/arch/arm/include/asm/arch-mx6/
A Dimx-regs.h940 struct wdog_regs { struct
941 u16 wcr; /* Control */
942 u16 wsr; /* Service */
943 u16 wrsr; /* Reset Status */
944 u16 wicr; /* Interrupt Control */
945 u16 wmcr; /* Miscellaneous Control */
/u-boot/arch/arm/include/asm/arch-mx7/
A Dimx-regs.h975 struct wdog_regs { struct
976 u16 wcr; /* Control */
977 u16 wsr; /* Service */
978 u16 wrsr; /* Reset Status */
979 u16 wicr; /* Interrupt Control */
980 u16 wmcr; /* Miscellaneous Control */

Completed in 32 milliseconds