Home
last modified time | relevance | path

Searched defs:nand_buffers (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/linux/mtd/
Drawnand.h637 struct nand_buffers { struct
638 uint8_t ecccalc[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
639 uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
640 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,