|
Linux Kernel
3.7.1
|
Data Fields | |
| struct watchdog_device | wdd |
| spinlock_t | lock |
| void __iomem * | base |
| struct clk * | clk |
| struct amba_device * | adev |
| unsigned int | load_val |
| unsigned int | timeout |
struct sp805_wdt: sp805 wdt device structure : instance of struct watchdog_device : spin lock protecting dev structure and io access : base address of wdt : clock structure of wdt : amba device structure of wdt : current status of wdt : load value to be set for current timeout : current programmed timeout
Definition at line 65 of file sp805_wdt.c.
| struct amba_device* adev |
Definition at line 70 of file sp805_wdt.c.
Definition at line 68 of file sp805_wdt.c.
Definition at line 69 of file sp805_wdt.c.
| unsigned int load_val |
Definition at line 71 of file sp805_wdt.c.
| spinlock_t lock |
Definition at line 67 of file sp805_wdt.c.
| unsigned int timeout |
Definition at line 72 of file sp805_wdt.c.
Definition at line 66 of file sp805_wdt.c.
1.8.2