Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sp805_wdt Struct Reference

Data Fields

struct watchdog_device wdd
 
spinlock_t lock
 
void __iomembase
 
struct clkclk
 
struct amba_deviceadev
 
unsigned int load_val
 
unsigned int timeout
 

Detailed Description

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.

Field Documentation

Definition at line 70 of file sp805_wdt.c.

void __iomem* base

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.


The documentation for this struct was generated from the following file: