Searched refs:nand_maf_id (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand_spl.c | 58 int nand_maf_id, nand_dev_id; in mxs_flash_full_ident() local 62 type = nand_get_flash_type(mtd, chip, &nand_maf_id, &nand_dev_id, NULL); in mxs_flash_full_ident()
|
| H A D | nand_base.c | 4647 int i, nand_maf_id, nand_dev_id; in nand_scan_ident() local 4662 type = nand_get_flash_type(mtd, chip, &nand_maf_id, in nand_scan_ident() 4703 if (nand_maf_id != id[0] || nand_dev_id != id[1]) { in nand_scan_ident()
|