Home
last modified time | relevance | path

Searched full:jedec (Results 1 – 25 of 40) sorted by relevance

12

/linux-3.3/drivers/mtd/devices/
Dmtd_dataflash.c78 /* 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 …]
Dm25p80.c49 #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 …]
DKconfig96 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/
Dmtd-physmap.txt1 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/
Dflash.h12 * 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/
Djc4265 * 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/
DKconfig113 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.
Dphysmap_of.c103 } else if (strcmp(of_probe, "JEDEC") == 0) { in obsolete_probe()
309 /* FIXME: JEDEC chips can't be safely and reliably
316 .compatible = "jedec-flash",
Dpmcmsp-flash.c2 * Mapping of a custom board with both AMD CFI and JEDEC flash in partitions.
3 * Config with both CFI and JEDEC device support.
Dl440gx.c135 printk(KERN_NOTICE "JEDEC probe on BIOS chip failed. Using ROM\n"); in init_l440gx()
Dvmax301.c172 vmax_mtd[i] = do_map_probe("jedec", &vmax_map[i]); in init_vmax301()
Doctagon-5066.c216 oct5066_mtd[i] = do_map_probe("jedec", &oct5066_map[i]); in init_oct5066()
/linux-3.3/Documentation/devicetree/bindings/powerpc/fsl/
Dlbc.txt25 compatible = "jedec-flash";
/linux-3.3/drivers/mtd/chips/
DKconfig17 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips"
20 This option enables JEDEC-style probing of flash chips which are not
Djedec_probe.c4 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/
Debony.dts151 compatible = "jedec-flash";
171 compatible = "jedec-flash";
Dmpc885ads.dts58 compatible = "jedec-flash";
Dwalnut.dts167 compatible = "jedec-flash";
Dpq2fads.dts61 compatible = "jedec-flash";
Dmpc8272ads.dts61 compatible = "jedec-flash";
Dksi8560.dts318 compatible = "jedec-flash";
/linux-3.3/arch/sparc/include/asm/
Dfhc.h27 #define FHC_ID_MANUF 0x0000007e /* Manufacturer (0x3e == SUN's JEDEC)*/
/linux-3.3/arch/arm/plat-omap/include/plat/
Dsdrc.h55 * autorefresh initiation. They assume 1 refresh per 64 ms (JEDEC), 8192
/linux-3.3/drivers/pcmcia/
Dcistpl.c822 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/
DREADME114 Axis flash: JEDEC Device ID is 0xC4. Assuming broken CFI table.

12