Searched defs:watchdog (Results 1 – 6 of 6) sorted by relevance
46 struct watchdog { struct47 u8 res1[0x34];48 u32 wwps; /* 0x34 r */49 u8 res2[0x10];50 u32 wspr; /* 0x48 rw */
53 struct watchdog { struct54 u8 res1[0x34];55 u32 wwps; /* 0x34 r */56 u8 res2[0x10];57 u32 wspr; /* 0x48 rw */
293 struct watchdog { struct294 u8 res1[0x34];295 u32 wwps; /* 0x34 r */296 u8 res2[0x10];297 u32 wspr; /* 0x48 rw */
209 watchdog: wdt@2004c000 { label
137 struct pxa25x_watchdog watchdog; member
81 static int remote_debug = 0, remote_register_buf_size = 0, watchdog = 0; variable