Home
last modified time | relevance | path

Searched refs:jedec (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c509 uint32_t jedec; in jedec_probe() local
530 jedec = id[0]; in jedec_probe()
531 jedec = jedec << 8; in jedec_probe()
532 jedec |= id[1]; in jedec_probe()
533 jedec = jedec << 8; in jedec_probe()
534 jedec |= id[2]; in jedec_probe()
539 if (info->jedec_id == jedec) { in jedec_probe()
565 printf("dataflash: JEDEC id %06x not handled\n", jedec); in jedec_probe()
/openbmc/u-boot/arch/arm/dts/
H A Dimx6sx-sdb.dts118 compatible = "micron,n25q256a", "jedec,spi-nor";
126 compatible = "micron,n25q256a", "jedec,spi-nor";
H A Dr8a77970-eagle-u-boot.dts47 compatible = "s25fs512s", "spi-flash", "jedec,spi-nor";
H A Dzynq-zc770-xm010.dts76 compatible = "sst25wf080", "jedec,spi-nor";
H A Dkirkwood-ns2-common.dtsi33 compatible = "mxicy,mx25l4005a", "jedec,spi-nor", "spi-flash";
H A Dast2600-x4tf.dts75 compatible = "jedec,spi-nor", "macronix,mx66l2g45g";
H A Dzynq-dlc20-rev1.0.dts75 compatible = "n25q128a11", "jedec,spi-nor";
H A Dkirkwood-atl-sbx81lifkw.dts81 compatible = "st,m25p128", "jedec,spi-nor", "spi-flash";
H A Dkirkwood-dreamplug.dts50 compatible = "mxicy,mx25l1606e", "jedec,spi-nor", "spi-flash";
H A Dkirkwood-atl-sbx81lifxcat.dts95 compatible = "st,m25p128", "jedec,spi-nor", "spi-flash";
H A Dast2500.dtsi71 compatible = "jedec,spi-nor";
76 compatible = "jedec,spi-nor";
81 compatible = "jedec,spi-nor";
97 compatible = "jedec,spi-nor";
102 compatible = "jedec,spi-nor";
118 compatible = "jedec,spi-nor";
123 compatible = "jedec,spi-nor";
H A Darmada-38x-solidrun-microsom.dtsi89 compatible = "w25q32", "jedec,spi-nor", "spi-flash";
H A Dast2600.dtsi129 compatible = "jedec,spi-nor";
134 compatible = "jedec,spi-nor";
139 compatible = "jedec,spi-nor";
155 compatible = "jedec,spi-nor";
160 compatible = "jedec,spi-nor";
176 compatible = "jedec,spi-nor";
181 compatible = "jedec,spi-nor";
186 compatible = "jedec,spi-nor";
H A Dast2400.dtsi71 compatible = "jedec,spi-nor";
76 compatible = "jedec,spi-nor";
81 compatible = "jedec,spi-nor";
97 compatible = "jedec,spi-nor";
102 compatible = "jedec,spi-nor";
H A Dzynqmp-zc1751-xm016-dc2.dts184 compatible = "sst,sst25wf080", "jedec,spi-nor";
H A Dkirkwood-lsxl.dtsi82 compatible = "m25p40", "jedec,spi-nor", "spi-flash";
H A Dkirkwood-netxbig.dtsi35 compatible = "mxicy,mx25l4005a", "jedec,spi-nor", "spi-flash";
H A Dsun8i-h2-plus-orangepi-r1.dts76 compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
H A Darmada-385-atl-x530.dtsi221 compatible = "jedec,spi-nor";
H A Darmada-385-amc.dts157 compatible = "st,m25p128", "jedec,spi-nor", "spi-flash";
/openbmc/u-boot/arch/mips/dts/
H A Dlinkit-smart-7688.dts41 compatible = "spi-flash", "jedec,spi-nor";
H A Dgardena-smart-gateway-mt7688.dts100 compatible = "spi-flash", "jedec,spi-nor";
/openbmc/qemu/tests/qtest/
H A Daspeed-smc-utils.c212 uint32_t jedec = 0x0; in aspeed_smc_test_read_jedec() local
218 jedec |= flash_readb(test_data, 0) << 16; in aspeed_smc_test_read_jedec()
219 jedec |= flash_readb(test_data, 0) << 8; in aspeed_smc_test_read_jedec()
220 jedec |= flash_readb(test_data, 0); in aspeed_smc_test_read_jedec()
225 g_assert_cmphex(jedec, ==, test_data->jedec_id); in aspeed_smc_test_read_jedec()
/openbmc/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt7 used, if known, followed by either "cfi-flash", "jedec-flash",
/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/
H A Dgxp.dts123 compatible = "jedec,spi-nor";
162 compatible = "jedec,spi-nor";

123