/linux-4.4.14/drivers/mtd/spi-nor/ |
D | spi-nor.c | 82 static int read_sr(struct spi_nor *nor) in read_sr() argument 87 ret = nor->read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr() 101 static int read_fsr(struct spi_nor *nor) in read_fsr() argument 106 ret = nor->read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr() 120 static int read_cr(struct spi_nor *nor) in read_cr() argument 125 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr() 127 dev_err(nor->dev, "error %d reading CR\n", ret); in read_cr() 139 static inline int spi_nor_read_dummy_cycles(struct spi_nor *nor) in spi_nor_read_dummy_cycles() argument 141 switch (nor->flash_read) { in spi_nor_read_dummy_cycles() 156 static inline int write_sr(struct spi_nor *nor, u8 val) in write_sr() argument [all …]
|
D | nxp-spifi.c | 63 struct spi_nor nor; member 130 static int nxp_spifi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in nxp_spifi_read_reg() argument 132 struct nxp_spifi *spifi = nor->priv; in nxp_spifi_read_reg() 152 static int nxp_spifi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in nxp_spifi_write_reg() argument 154 struct nxp_spifi *spifi = nor->priv; in nxp_spifi_write_reg() 175 static int nxp_spifi_read(struct spi_nor *nor, loff_t from, size_t len, in nxp_spifi_read() argument 178 struct nxp_spifi *spifi = nor->priv; in nxp_spifi_read() 191 static void nxp_spifi_write(struct spi_nor *nor, loff_t to, size_t len, in nxp_spifi_write() argument 194 struct nxp_spifi *spifi = nor->priv; in nxp_spifi_write() 208 SPIFI_CMD_OPCODE(nor->program_opcode) | in nxp_spifi_write() [all …]
|
D | fsl-quadspi.c | 263 struct spi_nor nor[FSL_QSPI_MAX_CHIP]; member 400 cmd = q->nor[0].erase_opcode; in fsl_qspi_init_lut() 470 if (cmd == q->nor[0].erase_opcode) in fsl_qspi_get_seqid() 578 static int fsl_qspi_nor_write(struct fsl_qspi *q, struct spi_nor *nor, in fsl_qspi_nor_write() argument 659 seqid = fsl_qspi_get_seqid(q, q->nor[0].read_opcode); in fsl_qspi_init_abh_read() 783 static void fsl_qspi_set_base_addr(struct fsl_qspi *q, struct spi_nor *nor) in fsl_qspi_set_base_addr() argument 785 q->chip_base_addr = q->nor_size * (nor - q->nor); in fsl_qspi_set_base_addr() 788 static int fsl_qspi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_read_reg() argument 791 struct fsl_qspi *q = nor->priv; in fsl_qspi_read_reg() 801 static int fsl_qspi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_write_reg() argument [all …]
|
D | Makefile | 1 obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
|
/linux-4.4.14/drivers/mtd/devices/ |
D | m25p80.c | 37 static int m25p80_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in m25p80_read_reg() argument 39 struct m25p *flash = nor->priv; in m25p80_read_reg() 50 static void m25p_addr2cmd(struct spi_nor *nor, unsigned int addr, u8 *cmd) in m25p_addr2cmd() argument 53 cmd[1] = addr >> (nor->addr_width * 8 - 8); in m25p_addr2cmd() 54 cmd[2] = addr >> (nor->addr_width * 8 - 16); in m25p_addr2cmd() 55 cmd[3] = addr >> (nor->addr_width * 8 - 24); in m25p_addr2cmd() 56 cmd[4] = addr >> (nor->addr_width * 8 - 32); in m25p_addr2cmd() 59 static int m25p_cmdsz(struct spi_nor *nor) in m25p_cmdsz() argument 61 return 1 + nor->addr_width; in m25p_cmdsz() 64 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in m25p80_write_reg() argument [all …]
|
/linux-4.4.14/include/linux/mtd/ |
D | spi-nor.h | 170 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); 171 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops); 172 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); 173 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); 175 int (*read)(struct spi_nor *nor, loff_t from, 177 void (*write)(struct spi_nor *nor, loff_t to, 179 int (*erase)(struct spi_nor *nor, loff_t offs); 181 int (*flash_lock)(struct spi_nor *nor, loff_t ofs, uint64_t len); 182 int (*flash_unlock)(struct spi_nor *nor, loff_t ofs, uint64_t len); 183 int (*flash_is_locked)(struct spi_nor *nor, loff_t ofs, uint64_t len); [all …]
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | mpc8536ds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 46 label = "ramdisk-nor"; 51 label = "diagnostic-nor"; 57 label = "dink-nor"; 63 label = "kernel-nor"; 68 label = "fs-nor"; 73 label = "dtb-nor"; 78 label = "u-boot-nor";
|
D | p1022ds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 46 label = "ramdisk-nor"; 52 label = "diagnostic-nor"; 58 label = "dink-nor"; 64 label = "kernel-nor"; 70 label = "jffs2-nor"; 75 label = "dtb-nor"; 81 label = "u-boot-nor";
|
D | mpc8544ds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 46 label = "dtb-nor"; 51 label = "diagnostic-nor"; 57 label = "dink-nor"; 63 label = "kernel-nor"; 68 label = "u-boot-nor";
|
D | mpc8572ds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 46 label = "ramdisk-nor"; 51 label = "diagnostic-nor"; 57 label = "dink-nor"; 63 label = "kernel-nor"; 68 label = "fs-nor"; 73 label = "dtb-nor"; 78 label = "env-nor"; 84 label = "u-boot-nor";
|
D | mpc8548cds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 { 46 label = "ramdisk-nor"; 51 label = "kernel-nor"; 56 label = "dtb-nor"; 61 label = "env-nor"; 67 label = "u-boot-nor";
|
D | ge_imp3a.dts | 37 /* nor@0,0 is a mirror of part of the memory in nor@1,0 38 nor@0,0 { 54 nor@1,0 {
|
D | bsc9132qds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | t1023rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the 49 nor@0,0 {
|
D | p1020utm-pc.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | p1020mbg-pc.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | t104xrdb.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 61 nor@0,0 {
|
D | t1024rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the 50 nor@0,0 {
|
D | t4240rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the 50 nor@0,0 {
|
D | t104xqds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 66 nor@0,0 {
|
D | b4qds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 48 nor@0,0 {
|
D | t208xrdb.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 67 nor@0,0 {
|
D | t104xd4rdb.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 61 nor@0,0 {
|
D | t1024qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the 50 nor@0,0 {
|
D | p1010rdb.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | c293pcie.dts | 13 * * Neither the name of Freescale Semiconductor nor the 74 nor@0,0 {
|
D | p1024rdb.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | t208xqds.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 67 nor@0,0 {
|
D | p1020rdb.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | p2020rdb-pc.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | qoriq-gpio-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-qman1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-mpic-timer-B.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1010rdb-pa_36b.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-espi-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-mpic-message-B.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-esdhc-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-sata2-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-gpio-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-qman3.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-usb2-dr-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-sata2-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | b4420qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-usb2-dr-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-espi-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1040rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qonverge-usb2-dr-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-usb2-dr-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-gpio-3.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1042qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1042rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec2-grp2-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1040d4rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-esdhc-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-bman1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec2-grp2-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t2081qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec2-grp2-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-sata2-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-gpio-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-gpio-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1040qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-i2c-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-usb2-mph-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec1-timer-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1042si-post.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-i2c-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-sata2-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1020rdb-pc.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | p1021rdb-pc.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the 36 nor@0,0 {
|
D | p1023rdb.dts | 15 * * Neither the name of Freescale Semiconductor nor the 105 nor@0,0 {
|
D | t4240qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the 50 nor@0,0 {
|
D | pq3-sec3.1-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-duart-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec2-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | bsc9131si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec1-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1042d4rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-sec3.3-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec2-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-duart-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | mpc8548si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | mpc8569si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t2080qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-i2c-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1020si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | b4860qds.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-i2c-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t1042rdb_pi.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec1-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1021si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | mpc8536si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | mpc8568si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | bsc9132si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec2-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-sec3.0-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | mpc8572si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1010si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-duart-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1010rdb-pb_36b.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | ppa8548.dts | 62 nor@0 {
|
D | mpc8544si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-sec2.1-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec1-3.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | c293si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | interlaken-lac.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-etsec1-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t2080rdb.dts | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1020rdb-pd.dts | 13 * * Neither the name of Freescale Semiconductor nor the 53 nor@0,0 {
|
D | qoriq-fman3-1-1g-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-1-1g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-1g-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-dma-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | b4420si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-10g-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-mpic.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-1-1g-4.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-1g-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | t2080si-post.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-0-1g-4.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-1g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-1g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-dma-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-10g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-0-10g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1023si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-1-1g-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-dma-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-1g-3.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-rmu-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-10g-0-best-effort.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-1g-5.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p2020si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | p1022si-pre.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | e500v2_power_isa.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-10g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-1g-4.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | pq3-rmu-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-0-1g-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-1g-5.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-0-10g-1-best-effort.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-dma-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-0-1g-3.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-1-1g-3.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-1-10g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-0-1g-2.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman-0-1g-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-1g-4.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-fman3-1-10g-1.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
D | qoriq-sec6.0-0.dtsi | 13 * * Neither the name of Freescale Semiconductor nor the
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nor.txt | 4 child nodes of the GPMC controller with a name of "nor". 51 nor@0,0 { 82 label = "bootloader-nor"; 86 label = "params-nor"; 90 label = "kernel-nor"; 94 label = "filesystem-nor";
|
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 | nxp-spifi.txt | 22 compatible property as specified in bindings/mtd/jedec,spi-nor.txt 45 compatible = "jedec,spi-nor";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3430-sdp.dts | 57 nor@0,0 { 88 label = "bootloader-nor"; 92 label = "params-nor"; 96 label = "kernel-nor"; 100 label = "filesystem-nor";
|
D | imx1-apf9328.dts | 53 nor: nor@0,0 { label
|
D | imx1-ads.dts | 85 nor: nor@0,0 { label
|
D | imx6sx-sdb.dts | 133 compatible = "micron,n25q256a", "jedec,spi-nor"; 141 compatible = "micron,n25q256a", "jedec,spi-nor";
|
D | imx6sx-sdb-reva.dts | 132 compatible = "spansion,s25fl128s", "jedec,spi-nor"; 140 compatible = "spansion,s25fl128s", "jedec,spi-nor";
|
D | imx6q-rex-pro.dts | 26 compatible = "sst,sst25vf032b", "jedec,spi-nor";
|
D | imx6dl-rex-basic.dts | 26 compatible = "sst,sst25vf016b", "jedec,spi-nor";
|
D | kirkwood-ns2-common.dtsi | 32 compatible = "mxicy,mx25l4005a", "jedec,spi-nor";
|
D | kirkwood-ts219.dtsi | 52 compatible = "m25p128", "jedec,spi-nor";
|
D | kirkwood-cloudbox.dts | 45 compatible = "mxicy,mx25l4005a", "jedec,spi-nor";
|
D | imx27-eukrea-cpuimx27.dtsi | 105 nor: nor@0,0 { label
|
D | meson8.dtsi | 134 spi_nor_pins: nor { 137 function = "nor";
|
D | omap2420-h4.dts | 25 nor@0,0 {
|
D | kirkwood-rd88f6192.dts | 64 compatible = "st,m25p128", "jedec,spi-nor";
|
D | kirkwood-dreamplug.dts | 45 compatible = "mxicy,mx25l1606e", "jedec,spi-nor";
|
D | imx50-evk.dts | 36 compatible = "m25p32", "jedec,spi-nor";
|
D | imx27-phytec-phycore-som.dtsi | 330 nor: nor@0,0 { label
|
D | bcm9hmidc.dtsi | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
D | armada-xp-db.dts | 103 nor@0 { 227 compatible = "m25p64", "jedec,spi-nor";
|
D | bcm958625k.dts | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
D | bcm911360k.dts | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
D | armada-xp-gp.dts | 122 nor@0 { 232 compatible = "n25q128a13", "jedec,spi-nor";
|
D | bcm958305k.dts | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
D | bcm958300k.dts | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
D | bcm911360_entphn.dts | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
D | kirkwood-mv88f6281gtw-ge.dts | 68 compatible = "mxicy,mx25l12805d", "jedec,spi-nor";
|
D | armada-370-seagate-personal-cloud.dtsi | 80 compatible = "mxicy,mx25l8005", "jedec,spi-nor";
|
D | imx6qdl-dfi-fs700-m60.dtsi | 41 compatible = "sst,sst25vf040b", "jedec,spi-nor";
|
/linux-4.4.14/arch/mips/boot/dts/lantiq/ |
D | easy50712.dts | 25 nor-boot@0 { 26 compatible = "lantiq,nor";
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 61 drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to fsl-quadspi.c
|
/linux-4.4.14/net/mac802154/ |
D | Kconfig | 15 Note: this implementation is neither certified, nor feature
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | siginfo.h | 26 #error _MIPS_SZLONG neither 32 nor 64
|
/linux-4.4.14/arch/nios2/kernel/ |
D | early_printk.c | 84 # error Neither SERIAL_ALTERA_JTAGUART_CONSOLE nor SERIAL_ALTERA_UART_CONSOLE \
|
/linux-4.4.14/drivers/mtd/ |
D | Makefile | 35 obj-$(CONFIG_MTD_SPI_NOR) += spi-nor/
|
/linux-4.4.14/arch/parisc/math-emu/ |
D | README | 9 warranties about this code nor any promises to maintain or test it
|
/linux-4.4.14/arch/mips/netlogic/common/ |
D | smpboot.S | 127 nor t3, t2, zero
|
/linux-4.4.14/arch/mips/kernel/ |
D | r2300_switch.S | 63 nor a3, $0, a3
|
/linux-4.4.14/Documentation/isdn/ |
D | README.pcbit | 23 current support for X.25 in B or D channels nor LAPD in B
|
/linux-4.4.14/arch/blackfin/ |
D | Clear_BSD.txt | 17 * Neither the name of Analog Devices, Inc. nor the names of its
|
/linux-4.4.14/arch/arm64/boot/dts/broadcom/ |
D | ns2-svk.dts | 16 * * Neither the name of Broadcom Corporation nor the names of its
|
/linux-4.4.14/arch/mips/include/asm/ |
D | stackframe.h | 298 nor v1, $0, v1 336 nor v1, $0, v1
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Makefile | 87 obj-$(CONFIG_S3C24XX_SIMTEC_NOR) += simtec-nor.o
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 32 this generation are not accurate, nor they are very close to
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-ocores.txt | 25 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
|
/linux-4.4.14/Documentation/sound/oss/ |
D | VIBRA16 | 15 (tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
|
/linux-4.4.14/Documentation/fb/ |
D | metronomefb.txt | 30 I neither have access to nor know exactly what the waveform does in terms of
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | emev2-clock.txt | 17 This makes internal (neither input nor output) clock that is provided
|