|
Linux Kernel
3.7.1
|
#include <cpu-freq-core.h>
Data Fields | |
| unsigned long | bankcon |
| unsigned int | tacp |
| unsigned int | tacs |
| unsigned int | tcos |
| unsigned int | tacc |
| unsigned int | tcoh |
| unsigned int | tcah |
| unsigned char | nwait_en |
struct s3c2410_iobank_timing - IO bank timings for S3C2410 style timings : The cached version of settings in this structure. : : Time from address valid to nCS asserted. : Time from nCS asserted to nOE or nWE asserted. : Time that nOE or nWE is asserted. : Time nCS is held after nOE or nWE are released. : Time address is held for after : Whether nWAIT is enabled for this bank.
This structure represents the IO timings for a S3C2410 style IO bank used by the CPU frequency support if it needs to change the settings of the IO.
Definition at line 36 of file cpu-freq-core.h.
| unsigned long bankcon |
Definition at line 37 of file cpu-freq-core.h.
| unsigned char nwait_en |
Definition at line 44 of file cpu-freq-core.h.
| unsigned int tacc |
Definition at line 41 of file cpu-freq-core.h.
| unsigned int tacp |
Definition at line 38 of file cpu-freq-core.h.
| unsigned int tacs |
Definition at line 39 of file cpu-freq-core.h.
| unsigned int tcah |
Definition at line 43 of file cpu-freq-core.h.
| unsigned int tcoh |
Definition at line 42 of file cpu-freq-core.h.
| unsigned int tcos |
Definition at line 40 of file cpu-freq-core.h.
1.8.2