Searched defs:nand_page_io_req (Results 1 – 1 of 1) sorted by relevance
96 struct nand_page_io_req { struct97 struct nand_pos pos;98 unsigned int dataoffs;99 unsigned int datalen;100 union {103 } databuf;104 unsigned int ooboffs;105 unsigned int ooblen;106 union {109 } oobbuf;[all …]