Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h645 struct nand_buffers { struct
646 uint8_t ecccalc[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
647 uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
648 uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,