Lines Matching +full:0 +full:x5a000000
23 #define PM_RSTC 0x1c
24 #define PM_RSTS 0x20
25 #define PM_WDOG 0x24
27 #define PM_PASSWORD 0x5a000000
29 #define PM_WDOG_TIME_SET 0x000fffff
30 #define PM_RSTC_WRCFG_CLR 0xffffffcf
31 #define PM_RSTS_HADWRH_SET 0x00000040
32 #define PM_RSTC_WRCFG_SET 0x00000030
33 #define PM_RSTC_WRCFG_FULL_RESET 0x00000020
34 #define PM_RSTC_RESET 0x00000102
38 * to boot from. The partition value is spread into bits 0, 2, 4, 6, 8, 10.
41 #define PM_RSTS_RASPBERRYPI_HALT 0x555
81 return 0; in bcm2835_wdt_start()
89 return 0; in bcm2835_wdt_stop()
122 return 0; in bcm2835_restart()
218 return 0; in bcm2835_wdt_probe()
226 return 0; in bcm2835_wdt_remove()
238 module_param(heartbeat, uint, 0);
241 module_param(nowayout, bool, 0);