Searched defs:nand_page_io_req (Results 1 – 2 of 2) 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 …]
112 struct nand_page_io_req { struct113 enum nand_page_io_req_type type; argument114 struct nand_pos pos;115 unsigned int dataoffs;116 unsigned int datalen;117 union {120 } databuf;121 unsigned int ooboffs;122 unsigned int ooblen;123 union {[all …]