Searched refs:NAND_PAGE_SIZE (Results 1 – 15 of 15) sorted by relevance
122 # define PAGE_START(page) (PAGE(page) * (NAND_PAGE_SIZE + OOB_SIZE))129 # define NAND_PAGE_SIZE 256 macro134 # define NAND_PAGE_SIZE 512 macro139 # define NAND_PAGE_SIZE 2048 macro670 static void glue(nand_blk_write_, NAND_PAGE_SIZE)(NANDFlashState *s)690 mem_and(iobuf + (soff | off), s->io, MIN(s->iolen, NAND_PAGE_SIZE - off));691 if (off + s->iolen > NAND_PAGE_SIZE) {693 mem_and(s->storage + (page << OOB_SHIFT), s->io + NAND_PAGE_SIZE - off,694 MIN(OOB_SIZE, off + s->iolen - NAND_PAGE_SIZE));722 static void glue(nand_blk_erase_, NAND_PAGE_SIZE)(NANDFlashState *s)[all …]
60 NAND_PAGE_SIZE any uint16_t hex value74 NAND_PAGE_SIZE 0x0800
13 NAND_PAGE_SIZE 0x0800
18 NAND_PAGE_SIZE 0x0200
16 NAND_PAGE_SIZE 0x0800
19 NAND_PAGE_SIZE 0x0800
17 NAND_PAGE_SIZE 0x0800
14 NAND_PAGE_SIZE 0x0800
163 #define NAND_PAGE_SIZE 512 macro165 #define NAND_PAGE_MASK (~(NAND_PAGE_SIZE-1))170 #define NAND_CACHE_SIZE (NAND_CACHE_PAGES*NAND_PAGE_SIZE)
266 board. This is the multiple of NAND_PAGE_SIZE and the number of