Linux Kernel
3.7.1
|
#include <softing_platform.h>
Data Fields | |
unsigned int | manf |
unsigned int | prod |
int | generation |
int | nbus |
unsigned int | freq |
unsigned int | max_brp |
unsigned int | max_sjw |
unsigned long | dpram_size |
const char * | name |
struct { | |
unsigned long offs | |
unsigned long addr | |
const char * fw | |
} | boot |
struct { | |
unsigned long offs | |
unsigned long addr | |
const char * fw | |
} | load |
struct { | |
unsigned long offs | |
unsigned long addr | |
const char * fw | |
} | app |
int(* | reset )(struct platform_device *pdev, int value) |
int(* | enable_irq )(struct platform_device *pdev, int value) |
Definition at line 10 of file softing_platform.h.
unsigned long addr |
Definition at line 29 of file softing_platform.h.
struct { ... } app |
struct { ... } boot |
unsigned long dpram_size |
Definition at line 25 of file softing_platform.h.
Definition at line 37 of file softing_platform.h.
unsigned int freq |
Definition at line 22 of file softing_platform.h.
Definition at line 30 of file softing_platform.h.
int generation |
Definition at line 20 of file softing_platform.h.
struct { ... } load |
unsigned int manf |
Definition at line 11 of file softing_platform.h.
unsigned int max_brp |
Definition at line 23 of file softing_platform.h.
unsigned int max_sjw |
Definition at line 24 of file softing_platform.h.
Definition at line 26 of file softing_platform.h.
int nbus |
Definition at line 21 of file softing_platform.h.
unsigned long offs |
Definition at line 28 of file softing_platform.h.
unsigned int prod |
Definition at line 12 of file softing_platform.h.
Definition at line 36 of file softing_platform.h.