Searched refs:NAND_MAX_OOBSIZE (Results 1 - 5 of 5) sorted by relevance

/u-boot/test/dm/
H A Dnand.c23 u8 oob[NAND_MAX_OOBSIZE];
/u-boot/include/linux/mtd/
H A Drawnand.h56 #define NAND_MAX_OOBSIZE 1664 macro
653 uint8_t ecccalc[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
654 uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
655 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c286 #if (defined(NAND_MAX_OOBSIZE) && (NAND_MAX_OOBSIZE > 256)) || \
287 !defined(NAND_MAX_OOBSIZE)
288 # undef NAND_MAX_OOBSIZE macro
289 # define NAND_MAX_OOBSIZE 256 macro
2102 tn->buf.dmabuflen = NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE;
H A Dsand_nand.c90 u8 tmp[NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE];
H A Dmxs_nand.c1264 const int size = NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE;

Completed in 56 milliseconds