Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand.c415 if (length > NAND_MAX_PAGESIZE) { in mxs_nand_read_buf()
499 if (length > NAND_MAX_PAGESIZE) { in mxs_nand_write_buf()
1064 const int size = NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE; in mxs_nand_alloc_buffers()
1078 nand_info->oob_buf = buf + NAND_MAX_PAGESIZE; in mxs_nand_alloc_buffers()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h57 #define NAND_MAX_PAGESIZE 16384 macro
626 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,