/linux-4.1.27/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2.txt | 4 - compatible : Should be one of - "jedec,lpddr2-nvm", "jedec,lpddr2-s2", 5 "jedec,lpddr2-s4" 7 "ti,jedec-lpddr2-s2" should be listed if the memory part is LPDDR2-S2 type 9 "ti,jedec-lpddr2-s4" should be listed if the memory part is LPDDR2-S4 type 11 "ti,jedec-lpddr2-nvm" should be listed if the memory part is LPDDR2-NVM type 44 compatible = "Elpida,ECB240ABACN","jedec,lpddr2-s4"; 61 compatible = "jedec,lpddr2-timings"; 82 compatible = "jedec,lpddr2-timings";
|
D | lpddr2-timings.txt | 4 - compatible : Should be "jedec,lpddr2-timings" 34 compatible = "jedec,lpddr2-timings";
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | samsung_k3pe0e000b.dtsi | 7 compatible = "Samsung,K3PE0E000B","jedec,lpddr2-s4"; 24 compatible = "jedec,lpddr2-timings"; 46 compatible = "jedec,lpddr2-timings";
|
D | elpida_ecb240abacn.dtsi | 7 compatible = "Elpida,ECB240ABACN","jedec,lpddr2-s4"; 24 compatible = "jedec,lpddr2-timings"; 46 compatible = "jedec,lpddr2-timings";
|
/linux-4.1.27/drivers/mtd/devices/ |
D | mtd_dataflash.c | 745 uint32_t jedec; in jedec_probe() local 766 jedec = id[0]; in jedec_probe() 767 jedec = jedec << 8; in jedec_probe() 768 jedec |= id[1]; in jedec_probe() 769 jedec = jedec << 8; in jedec_probe() 770 jedec |= id[2]; in jedec_probe() 775 if (info->jedec_id == jedec) { in jedec_probe() 805 dev_warn(&spi->dev, "JEDEC id %06x not handled\n", jedec); in jedec_probe()
|
D | st_spi_fsm.c | 1840 static void stfsm_read_jedec(struct stfsm *fsm, uint8_t *jedec) in stfsm_read_jedec() argument 1849 memcpy(jedec, tmp, 5); in stfsm_read_jedec() 1858 u32 jedec; in stfsm_jedec_probe() local 1863 jedec = id[0] << 16 | id[1] << 8 | id[2]; in stfsm_jedec_probe() 1872 jedec, id[0], id[1], id[2], id[3], id[4]); in stfsm_jedec_probe() 1875 if (info->jedec_id == jedec) { in stfsm_jedec_probe() 1881 dev_err(fsm->dev, "Unrecognized JEDEC id %06x\n", jedec); in stfsm_jedec_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.txt | 11 Must also include "jedec,spi-nor" for any SPI NOR flash that can 28 compatible = "spansion,m25p80", "jedec,spi-nor";
|
D | mtd-physmap.txt | 7 used, if known, followed by either "cfi-flash", "jedec-flash",
|
/linux-4.1.27/Documentation/devicetree/bindings/ufs/ |
D | ufshcd-pltfrm.txt | 7 - compatible : compatible list, contains "jedec,ufs-1.1" 40 compatible = "jedec,ufs-1.1";
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | lbc.txt | 26 compatible = "jedec-flash";
|
/linux-4.1.27/Documentation/scsi/ |
D | ufs.txt | 132 UFS - http://www.jedec.org/sites/default/files/docs/JESD220.pdf 133 UFSHCI - http://www.jedec.org/sites/default/files/docs/JESD223.pdf
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | ebony.dts | 151 compatible = "jedec-flash"; 171 compatible = "jedec-flash";
|
D | mpc885ads.dts | 58 compatible = "jedec-flash";
|
D | pq2fads.dts | 61 compatible = "jedec-flash";
|
D | walnut.dts | 167 compatible = "jedec-flash";
|
D | mpc8272ads.dts | 61 compatible = "jedec-flash";
|
D | ksi8560.dts | 315 compatible = "jedec-flash";
|
/linux-4.1.27/drivers/pcmcia/ |
D | cistpl.c | 825 static int parse_jedec(tuple_t *tuple, cistpl_jedec_t *jedec) in parse_jedec() argument 836 jedec->id[nid].mfr = p[0]; in parse_jedec() 837 jedec->id[nid].info = p[1]; in parse_jedec() 840 jedec->nid = nid; in parse_jedec() 1320 ret = parse_jedec(tuple, &parse->jedec); in pcmcia_parse_tuple()
|
/linux-4.1.27/Documentation/hwmon/ |
D | jc42 | 47 http://www.jedec.org/sites/default/files/docs/4_01_04R19.pdf
|
/linux-4.1.27/include/pcmcia/ |
D | cistpl.h | 543 cistpl_jedec_t jedec; member
|
/linux-4.1.27/drivers/mtd/maps/ |
D | pcmciamtd.c | 357 cistpl_jedec_t *t = &parse.jedec; in pcmciamtd_cistpl_jedec()
|