Home
last modified time | relevance | path

Searched refs:onfi_get_features (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h907 int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3051 if (!chip->onfi_get_features) in nand_set_defaults()
3052 chip->onfi_get_features = nand_onfi_get_features; in nand_set_defaults()