Home
last modified time | relevance | path

Searched refs:NAND_PAGE_SIZE (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/hw/block/
H A Dnand.c122 # define PAGE_START(page) (PAGE(page) * (NAND_PAGE_SIZE + OOB_SIZE))
129 # define NAND_PAGE_SIZE 256 macro
134 # define NAND_PAGE_SIZE 512 macro
139 # define NAND_PAGE_SIZE 2048 macro
670 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 …]
/openbmc/u-boot/doc/
H A DREADME.kwbimage60 NAND_PAGE_SIZE any uint16_t hex value
74 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/zyxel/nsa310s/
H A Dkwbimage.cfg13 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/Seagate/nas220/
H A Dkwbimage.cfg18 NAND_PAGE_SIZE 0x0200
/openbmc/u-boot/board/Seagate/dockstar/
H A Dkwbimage.cfg16 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/Seagate/goflexhome/
H A Dkwbimage.cfg19 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/Marvell/sheevaplug/
H A Dkwbimage.cfg13 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/Marvell/guruplug/
H A Dkwbimage.cfg13 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/cloudengines/pogo_e02/
H A Dkwbimage.cfg17 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/iomega/iconnect/
H A Dkwbimage.cfg13 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/Marvell/openrd/
H A Dkwbimage.cfg13 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/board/raidsonic/ib62x0/
H A Dkwbimage.cfg14 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c163 #define NAND_PAGE_SIZE 512 macro
165 #define NAND_PAGE_MASK (~(NAND_PAGE_SIZE-1))
170 #define NAND_CACHE_SIZE (NAND_CACHE_PAGES*NAND_PAGE_SIZE)
/openbmc/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg17 NAND_PAGE_SIZE 0x0800
/openbmc/u-boot/drivers/mtd/nand/raw/
H A DKconfig266 board. This is the multiple of NAND_PAGE_SIZE and the number of