1NAND_ONFI_SET_FEATUR(9) Internal Functions Provided NAND_ONFI_SET_FEATUR(9)
2
3
4
6 nand_onfi_set_features - [REPLACEABLE] set features for ONFI nand
7
9 int nand_onfi_set_features(struct mtd_info * mtd,
10 struct nand_chip * chip, int addr,
11 uint8_t * subfeature_param);
12
14 mtd
15 MTD device structure
16
17 chip
18 nand chip info structure
19
20 addr
21 feature address.
22
23 subfeature_param
24 the subfeature parameters, a four bytes array.
25
27 Thomas Gleixner <tglx@linutronix.de>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 NAND_ONFI_SET_FEATUR(9)