/linux-3.3/drivers/mtd/devices/ |
D | mtd_dataflash.c | 78 /* newer chips report JEDEC manufacturer and device IDs; chip 714 /* JEDEC id has a high byte of zero plus three data bytes: 769 uint32_t jedec; in jedec_probe() local 773 /* JEDEC also defines an optional "extended device information" in jedec_probe() 783 pr_debug("%s: error %d reading JEDEC ID\n", in jedec_probe() 790 jedec = id[0]; in jedec_probe() 791 jedec = jedec << 8; in jedec_probe() 792 jedec |= id[1]; in jedec_probe() 793 jedec = jedec << 8; in jedec_probe() 794 jedec |= id[2]; in jedec_probe() [all …]
|
D | m25p80.c | 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() [all …]
|
D | Kconfig | 96 doesn't support the JEDEC ID instruction. 106 tristate "Support SST25L (non JEDEC) SPI Flash chips" 109 This enables access to the non JEDEC SST25L SPI flash chips, used
|
/linux-3.3/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.txt | 1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...) 7 used, if known, followed by either "cfi-flash", "jedec-flash" 20 For JEDEC compatible devices, the following additional properties
|
/linux-3.3/include/linux/spi/ |
D | flash.h | 12 * with chips that can't be queried for JEDEC or other IDs 28 /* we'll likely add more ... use JEDEC IDs, etc */
|
/linux-3.3/Documentation/hwmon/ |
D | jc42 | 65 * JEDEC JC 42.4 compliant temperature sensor chips 69 http://www.jedec.org/sites/default/files/docs/4_01_04R19.pdf 78 This driver implements support for JEDEC JC 42.4 compliant temperature sensors,
|
/linux-3.3/drivers/mtd/maps/ |
D | Kconfig | 113 Dual-in-line JEDEC chip. This 'mapping' driver supports that 125 tristate "JEDEC Flash device mapped on Technologic Systems TS-5500" 160 tristate "JEDEC Flash device mapped on Octagon 5066 SBC" 169 tristate "JEDEC Flash device mapped on Tempustech VMAX SBC301" 382 tristate "JEDEC Flash device mapped on impA7" 395 # This needs CFI or JEDEC, depending on the cards found.
|
D | physmap_of.c | 103 } else if (strcmp(of_probe, "JEDEC") == 0) { in obsolete_probe() 309 /* FIXME: JEDEC chips can't be safely and reliably 316 .compatible = "jedec-flash",
|
D | pmcmsp-flash.c | 2 * Mapping of a custom board with both AMD CFI and JEDEC flash in partitions. 3 * Config with both CFI and JEDEC device support.
|
D | l440gx.c | 135 printk(KERN_NOTICE "JEDEC probe on BIOS chip failed. Using ROM\n"); in init_l440gx()
|
D | vmax301.c | 172 vmax_mtd[i] = do_map_probe("jedec", &vmax_map[i]); in init_vmax301()
|
D | octagon-5066.c | 216 oct5066_mtd[i] = do_map_probe("jedec", &oct5066_map[i]); in init_oct5066()
|
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/ |
D | lbc.txt | 25 compatible = "jedec-flash";
|
/linux-3.3/drivers/mtd/chips/ |
D | Kconfig | 17 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips" 20 This option enables JEDEC-style probing of flash chips which are not
|
D | jedec_probe.c | 4 See JEDEC (http://www.jedec.org/) standard JESD21C (section 3.5) 1884 /* According to JEDEC "Standard Manufacturer's Identification Code" in jedec_read_mfr() 1885 * (http://www.jedec.org/download/search/jep106W.pdf) in jedec_read_mfr() 1914 * (oh and incidentaly the jedec spec - 3.5.3.3) the reset in jedec_reset() 1989 * There is a BIG problem properly ID'ing the JEDEC device and guaranteeing 2089 "You might need to manually specify JEDEC parameters.\n", in jedec_match() 2245 .name = "JEDEC", 2280 MODULE_DESCRIPTION("Probe code for JEDEC-compliant flash chips");
|
/linux-3.3/arch/powerpc/boot/dts/ |
D | ebony.dts | 151 compatible = "jedec-flash"; 171 compatible = "jedec-flash";
|
D | mpc885ads.dts | 58 compatible = "jedec-flash";
|
D | walnut.dts | 167 compatible = "jedec-flash";
|
D | pq2fads.dts | 61 compatible = "jedec-flash";
|
D | mpc8272ads.dts | 61 compatible = "jedec-flash";
|
D | ksi8560.dts | 318 compatible = "jedec-flash";
|
/linux-3.3/arch/sparc/include/asm/ |
D | fhc.h | 27 #define FHC_ID_MANUF 0x0000007e /* Manufacturer (0x3e == SUN's JEDEC)*/
|
/linux-3.3/arch/arm/plat-omap/include/plat/ |
D | sdrc.h | 55 * autorefresh initiation. They assume 1 refresh per 64 ms (JEDEC), 8192
|
/linux-3.3/drivers/pcmcia/ |
D | cistpl.c | 822 static int parse_jedec(tuple_t *tuple, cistpl_jedec_t *jedec) in parse_jedec() argument 833 jedec->id[nid].mfr = p[0]; in parse_jedec() 834 jedec->id[nid].info = p[1]; in parse_jedec() 837 jedec->nid = nid; in parse_jedec() 1317 ret = parse_jedec(tuple, &parse->jedec); in pcmcia_parse_tuple()
|
/linux-3.3/Documentation/cris/ |
D | README | 114 Axis flash: JEDEC Device ID is 0xC4. Assuming broken CFI table.
|