Home
last modified time | relevance | path

Searched refs:NAND_MAX_PAGESIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c414 if (length > NAND_MAX_PAGESIZE) { in mxs_nand_read_buf()
498 if (length > NAND_MAX_PAGESIZE) { in mxs_nand_write_buf()
1063 const int size = NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE; in mxs_nand_alloc_buffers()
1077 nand_info->oob_buf = buf + NAND_MAX_PAGESIZE; in mxs_nand_alloc_buffers()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h57 #define NAND_MAX_PAGESIZE 16384 macro
648 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,