Home
last modified time | relevance | path

Searched full:m25p80 (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/qemu/hw/block/
H A Dm25p80.c2 * ST M25P80 emulator. Emulate all SPI flash devices based on the m25p80 command
4 * See drivers/mtd/devices/m25p80.c.
327 { INFO("m25p80", 0x202014, 0, 64 << 10, 16, 0) },
534 OBJECT_DECLARE_TYPE(Flash, M25P80Class, M25P80) in OBJECT_DECLARE_TYPE() argument
628 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: die erase is not supported" in flash_erase()
640 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: %d erase size not supported by" in flash_erase()
645 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: erase with write protect!\n"); in flash_erase()
671 qemu_log_mask(LOG_GUEST_ERROR, "M25P80: write with write protect!\n"); in flash_write8()
683 "M25P80: write with write protect!\n"); in flash_write8()
689 "M25P80: write with write protect!\n"); in flash_write8()
[all …]
H A Dm25p80_sfdp.h2 * M25P80 SFDP
H A Dmeson.build12 system_ss.add(when: 'CONFIG_SSI_M25P80', if_true: files('m25p80.c'))
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls208xa-qds.dtsi169 compatible = "st,m25p80";
176 compatible = "st,m25p80";
183 compatible = "st,m25p80";
194 compatible = "st,m25p80";
203 compatible = "st,m25p80";
/openbmc/qemu/tests/qtest/
H A Daspeed_smc-test.c2 * QTest testcase for the M25P80 Flash (Using the Aspeed SPI
37 fd = g_file_open_tmp("qtest.m25p80.n25q256a.XXXXXX", &data->tmp_path, NULL); in test_palmetto_bmc()
83 fd = g_file_open_tmp("qtest.m25p80.mx25l25635e.XXXXXX", in test_ast2500_evb()
126 fd = g_file_open_tmp("qtest.m25p80.mx66u51235f.XXXXXX", in test_ast2600_evb()
169 fd = g_file_open_tmp("qtest.m25p80.w25q80bl.XXXXXX", in test_ast1030_evb()
H A Dast2700-smc-test.c2 * QTest testcase for the M25P80 Flash using the ASPEED SPI Controller since
20 fd = g_file_open_tmp("qtest.m25p80.w25q01jvq.XXXXXX", in test_ast2700_evb()
/openbmc/linux/Documentation/driver-api/mtd/
H A Dspi-nor.rst25 m25p80 code anymore.
31 m25p80
43 m25p80
/openbmc/u-boot/doc/device-tree-bindings/mtd/spi/
H A Dspi-flash.txt19 flash: m25p80@0 {
22 compatible = "spansion,m25p80";
/openbmc/qemu/include/hw/block/
H A Dflash.h65 /* m25p80.c */
67 #define TYPE_M25P80 "m25p80-generic"
/openbmc/u-boot/arch/arm/dts/
H A Dam574x-idk.dts19 m25p80@0 {
H A Domap5-u-boot.dtsi70 m25p80@0 {
H A Dzynqmp-zc1254-revA.dts44 compatible = "m25p80", "spi-flash"; /* 32MB */
H A Dzynqmp-zc1275-revA.dts44 compatible = "m25p80", "spi-flash"; /* 32MB */
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dbrcm,spi-bcm-qspi.yaml121 compatible = "m25p80";
190 compatible = "m25p80";
H A Damlogic,meson6-spifc.yaml50 compatible = "spansion,m25p80", "jedec,spi-nor";
/openbmc/linux/include/linux/spi/
H A Dflash.h12 * @type: optional flash device type (e.g. m25p80 vs m25p64), for use
/openbmc/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu1275-revA.dts48 compatible = "m25p80", "jedec,spi-nor";
H A Dzynqmp-zc1254-revA.dts44 compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-phytec-mira-rdk-emmc.dts49 &m25p80 {
H A Dimx6qp-phytec-mira-rdk-nand.dts53 &m25p80 {
H A Dimx6q-phytec-mira-rdk-nand.dts53 &m25p80 {
/openbmc/linux/arch/mips/boot/dts/brcm/
H A Dbcm97360svmb.dts85 compatible = "m25p80";
H A Dbcm97358svmb.dts82 compatible = "m25p80";
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm53340-ubnt-unifi-switch8.dts38 compatible = "m25p80";
/openbmc/linux/arch/arm/mach-dove/
H A Dcm-a510.c43 .modalias = "m25p80",

12345