Home
last modified time | relevance | path

Searched refs:nand_decode_ext_id (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_esmt.c16 nand_decode_ext_id(chip); in esmt_nand_decode_id()
H A Dnand_amd.c18 nand_decode_ext_id(chip); in amd_nand_decode_id()
H A Dnand_samsung.c96 nand_decode_ext_id(chip); in samsung_nand_decode_id()
H A Dinternals.h112 void nand_decode_ext_id(struct nand_chip *chip);
H A Dnand_toshiba.c155 nand_decode_ext_id(chip); in toshiba_nand_decode_id()
H A Dnand_hynix.c626 nand_decode_ext_id(chip); in hynix_nand_decode_id()
H A Dnand_base.c4975 void nand_decode_ext_id(struct nand_chip *chip) in nand_decode_ext_id() function
5006 EXPORT_SYMBOL_GPL(nand_decode_ext_id);
5112 nand_decode_ext_id(chip); in nand_manufacturer_detect()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3474 static void nand_decode_ext_id(struct mtd_info *mtd, struct nand_chip *chip, in nand_decode_ext_id() function
3783 nand_decode_ext_id(mtd, chip, id_data, &busw); in nand_get_flash_type()