Searched defs:pxa3xx_nand_flash (Results 1 – 1 of 1) sorted by relevance
19 struct pxa3xx_nand_flash { struct20 char *name;21 uint32_t chip_id;22 unsigned int page_per_block; /* Pages per block (PG_PER_BLK) */23 unsigned int page_size; /* Page size in bytes (PAGE_SZ) */24 unsigned int flash_width; /* Width of Flash memory (DWIDTH_M) */25 unsigned int dfc_width; /* Width of flash controller(DWIDTH_C) */26 unsigned int num_blocks; /* Number of physical blocks in Flash */28 struct pxa3xx_nand_timing *timing; /* NAND Flash timing */