Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dnand.h96 struct nand_page_io_req { struct
97 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 …]
/openbmc/linux/include/linux/mtd/
H A Dnand.h112 struct nand_page_io_req { struct
113 enum nand_page_io_req_type type; argument
114 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 …]