Home
last modified time | relevance | path

Searched refs:nand_maf_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c57 int nand_maf_id, nand_dev_id; in mxs_flash_full_ident() local
61 type = nand_get_flash_type(mtd, chip, &nand_maf_id, &nand_dev_id, NULL); in mxs_flash_full_ident()
H A Dnand_base.c3956 int i, nand_maf_id, nand_dev_id; in nand_scan_ident() local
3971 type = nand_get_flash_type(mtd, chip, &nand_maf_id, in nand_scan_ident()
4009 if (nand_maf_id != chip->read_byte(mtd) || in nand_scan_ident()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c5661 int nand_maf_id, nand_dev_id; in nand_scan_ident() local
5701 nand_maf_id = chip->id.data[0]; in nand_scan_ident()
5721 if (nand_maf_id != id[0] || nand_dev_id != id[1]) { in nand_scan_ident()