Linux Kernel
3.7.1
|
#include <sh_flctl.h>
Data Fields | |
struct mtd_info | mtd |
struct nand_chip | chip |
struct platform_device * | pdev |
struct dev_pm_qos_request | pm_qos |
void __iomem * | reg |
uint8_t | done_buff [2048+64] |
int | read_bytes |
int | index |
int | seqin_column |
int | seqin_page_addr |
uint32_t | seqin_read_cmd |
int | erase1_page_addr |
uint32_t | erase_ADRCNT |
uint32_t | rw_ADRCNT |
uint32_t | flcmncr_base |
uint32_t | flintdmacr_base |
unsigned | page_size:1 |
unsigned | hwecc:1 |
unsigned | holden:1 |
unsigned | qos_request:1 |
Definition at line 141 of file sh_flctl.h.
Definition at line 143 of file sh_flctl.h.
uint8_t done_buff[2048+64] |
Definition at line 148 of file sh_flctl.h.
int erase1_page_addr |
Definition at line 154 of file sh_flctl.h.
uint32_t erase_ADRCNT |
Definition at line 155 of file sh_flctl.h.
uint32_t flcmncr_base |
Definition at line 157 of file sh_flctl.h.
uint32_t flintdmacr_base |
Definition at line 158 of file sh_flctl.h.
unsigned holden |
Definition at line 162 of file sh_flctl.h.
unsigned hwecc |
Definition at line 161 of file sh_flctl.h.
int index |
Definition at line 150 of file sh_flctl.h.
Definition at line 142 of file sh_flctl.h.
unsigned page_size |
Definition at line 160 of file sh_flctl.h.
struct platform_device* pdev |
Definition at line 144 of file sh_flctl.h.
struct dev_pm_qos_request pm_qos |
Definition at line 145 of file sh_flctl.h.
unsigned qos_request |
Definition at line 163 of file sh_flctl.h.
int read_bytes |
Definition at line 149 of file sh_flctl.h.
Definition at line 146 of file sh_flctl.h.
uint32_t rw_ADRCNT |
Definition at line 156 of file sh_flctl.h.
int seqin_column |
Definition at line 151 of file sh_flctl.h.
int seqin_page_addr |
Definition at line 152 of file sh_flctl.h.
uint32_t seqin_read_cmd |
Definition at line 153 of file sh_flctl.h.