Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
Donfi.h54 struct nand_onfi_params { struct
57 u8 sig[4];
58 __le16 revision;
59 __le16 features;
60 __le16 opt_cmd;
61 u8 reserved0[2];
62 __le16 ext_param_page_length; /* since ONFI 2.1 */
63 u8 num_of_param_pages; /* since ONFI 2.1 */
64 u8 reserved1[17];
67 char manufacturer[12];
[all …]
/kernel/linux/linux-4.19/include/linux/mtd/
Drawnand.h268 struct nand_onfi_params { struct
271 u8 sig[4];
272 __le16 revision;
273 __le16 features;
274 __le16 opt_cmd;
275 u8 reserved0[2];
276 __le16 ext_param_page_length; /* since ONFI 2.1 */
277 u8 num_of_param_pages; /* since ONFI 2.1 */
278 u8 reserved1[17];
281 char manufacturer[12];
[all …]