Home
last modified time | relevance | path

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

123456789

/external/u-boot/arch/arm/dts/
Dfsl-ls1046a-qds.dtsi27 compatible = "jedec,spi-nor";
37 compatible = "jedec,spi-nor";
47 compatible = "jedec,spi-nor";
62 compatible = "jedec,spi-nor";
Dfsl-ls1088a-qds.dts88 compatible = "jedec,spi-nor";
96 compatible = "jedec,spi-nor";
104 compatible = "jedec,spi-nor";
117 compatible = "jedec,spi-nor";
125 compatible = "jedec,spi-nor";
Dfsl-ls2080a-qds.dts48 compatible = "jedec,spi-nor";
57 compatible = "jedec,spi-nor";
66 compatible = "jedec,spi-nor";
81 compatible = "jedec,spi-nor";
Dfsl-ls1012a-qds.dtsi23 compatible = "jedec,spi-nor";
31 compatible = "jedec,spi-nor";
39 compatible = "jedec,spi-nor";
52 compatible = "jedec,spi-nor";
Dfsl-ls2081a-rdb.dts31 compatible = "jedec,spi-nor";
46 compatible = "jedec,spi-nor";
54 compatible = "jedec,spi-nor";
Dfsl-ls2088a-rdb-qspi.dts31 compatible = "jedec,spi-nor";
46 compatible = "jedec,spi-nor";
54 compatible = "jedec,spi-nor";
Dfsl-ls1043a-qds.dtsi27 compatible = "jedec,spi-nor";
37 compatible = "jedec,spi-nor";
47 compatible = "jedec,spi-nor";
62 compatible = "jedec,spi-nor";
Dimx6sx-sabreauto-u-boot.dtsi10 compatible = "jedec,spi-nor";
14 compatible = "jedec,spi-nor";
Dimx6sx-sdb-u-boot.dtsi10 compatible = "jedec,spi-nor";
14 compatible = "jedec,spi-nor";
Dfsl-ls1046a-rdb.dts29 compatible = "jedec,spi-nor";
37 compatible = "jedec,spi-nor";
Dsocfpga_cyclone5_vining_fpga-u-boot.dtsi30 compatible = "n25q128", "jedec,spi-nor";
34 compatible = "n25q00", "jedec,spi-nor";
Dfsl-ls1088a-rdb.dts50 compatible = "jedec,spi-nor";
58 compatible = "jedec,spi-nor";
Dls1021a-iot.dtsi30 compatible = "jedec,spi-nor";
43 compatible = "jedec,spi-nor";
Dls1021a-twr.dtsi33 compatible = "jedec,spi-nor";
46 compatible = "jedec,spi-nor";
Dkeystone-k2g-evm.dts77 compatible = "jedec,spi-nor";
99 compatible = "s25fl512s","jedec,spi-nor";
Dimx6sx-sdb.dts118 compatible = "micron,n25q256a", "jedec,spi-nor";
126 compatible = "micron,n25q256a", "jedec,spi-nor";
Dimx7d-sdb-qspi-u-boot.dtsi8 compatible = "jedec,spi-nor";
Dimx6ul-9x9-evk-u-boot.dtsi8 compatible = "jedec,spi-nor";
Dsocfpga_stratix10_socdk-u-boot.dtsi20 compatible = "jedec,spi-nor";
Dda850-evm-u-boot.dtsi24 compatible = "m25p64", "jedec,spi-nor";
Dfsl-ls1012a-frdm.dtsi24 compatible = "jedec,spi-nor";
Dfsl-ls1012a-2g5rdb.dts30 compatible = "jedec,spi-nor";
Dfsl-ls1012a-frwy.dts31 compatible = "jedec,spi-nor";
/external/u-boot/drivers/mtd/spi/
Dsf_dataflash.c512 uint32_t jedec; in jedec_probe() local
534 jedec = id[0]; in jedec_probe()
535 jedec = jedec << 8; in jedec_probe()
536 jedec |= id[1]; in jedec_probe()
537 jedec = jedec << 8; in jedec_probe()
538 jedec |= id[2]; in jedec_probe()
543 if (info->jedec_id == jedec) { in jedec_probe()
569 printf("dataflash: JEDEC id %06x not handled\n", jedec); in jedec_probe()
/external/u-boot/doc/device-tree-bindings/spi/
Dspi-stm32-qspi.txt16 properties. Also see jedec,spi-nor.txt.
38 compatible = "jedec,spi-nor";

123456789