Lines Matching full:jedec
49 #define OPCODE_RDID 0x9f /* Read JEDEC ID */
609 /* JEDEC id zero means "no ID" (most older chips); otherwise it has
651 * have been converging on command sets which including JEDEC ID.
763 /* Catalyst / On Semiconductor -- non-JEDEC */
778 u32 jedec; in jedec_probe() local
782 /* JEDEC also defines an optional "extended device information" in jedec_probe()
788 pr_debug("%s: error %d reading JEDEC ID\n", in jedec_probe()
792 jedec = id[0]; in jedec_probe()
793 jedec = jedec << 8; in jedec_probe()
794 jedec |= id[1]; in jedec_probe()
795 jedec = jedec << 8; in jedec_probe()
796 jedec |= id[2]; in jedec_probe()
802 if (info->jedec_id == jedec) { in jedec_probe()
808 dev_err(&spi->dev, "unrecognized JEDEC id %06x\n", jedec); in jedec_probe()
834 * a chip ID, try the JEDEC id commands; they'll work for most in m25p_probe()
864 * JEDEC knows better, so overwrite platform ID. We in m25p_probe()