Home
last modified time | relevance | path

Searched defs:watchdog (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/
H A Dcpu.h46 struct watchdog { struct
47 u8 res1[0x34];
48 u32 wwps; /* 0x34 r */
49 u8 res2[0x10];
50 u32 wspr; /* 0x48 rw */
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Dcpu.h53 struct watchdog { struct
54 u8 res1[0x34];
55 u32 wwps; /* 0x34 r */
56 u8 res2[0x10];
57 u32 wspr; /* 0x48 rw */
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h293 struct watchdog { struct
294 u8 res1[0x34];
295 u32 wwps; /* 0x34 r */
296 u8 res2[0x10];
297 u32 wspr; /* 0x48 rw */
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3128.dtsi209 watchdog: wdt@2004c000 { label
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.h137 struct pxa25x_watchdog watchdog; member
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c81 static int remote_debug = 0, remote_register_buf_size = 0, watchdog = 0; variable