Home
last modified time | relevance | path

Searched refs:nor (Results 1 – 200 of 365) sorted by relevance

12

/linux-4.1.27/drivers/mtd/spi-nor/
Dspi-nor.c69 static int read_sr(struct spi_nor *nor) in read_sr() argument
74 ret = nor->read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr()
88 static int read_fsr(struct spi_nor *nor) in read_fsr() argument
93 ret = nor->read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr()
107 static int read_cr(struct spi_nor *nor) in read_cr() argument
112 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
114 dev_err(nor->dev, "error %d reading CR\n", ret); in read_cr()
126 static inline int spi_nor_read_dummy_cycles(struct spi_nor *nor) in spi_nor_read_dummy_cycles() argument
128 switch (nor->flash_read) { in spi_nor_read_dummy_cycles()
143 static inline int write_sr(struct spi_nor *nor, u8 val) in write_sr() argument
[all …]
Dfsl-quadspi.c223 struct spi_nor nor[FSL_QSPI_MAX_CHIP]; member
528 static int fsl_qspi_nor_write(struct fsl_qspi *q, struct spi_nor *nor, in fsl_qspi_nor_write() argument
604 seqid = fsl_qspi_get_seqid(q, q->nor[0].read_opcode); in fsl_qspi_init_abh_read()
672 static void fsl_qspi_set_base_addr(struct fsl_qspi *q, struct spi_nor *nor) in fsl_qspi_set_base_addr() argument
674 q->chip_base_addr = q->nor_size * (nor - q->nor); in fsl_qspi_set_base_addr()
677 static int fsl_qspi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in fsl_qspi_read_reg() argument
680 struct fsl_qspi *q = nor->priv; in fsl_qspi_read_reg()
690 static int fsl_qspi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in fsl_qspi_write_reg() argument
693 struct fsl_qspi *q = nor->priv; in fsl_qspi_write_reg()
705 ret = fsl_qspi_nor_write(q, nor, opcode, 0, in fsl_qspi_write_reg()
[all …]
DMakefile1 obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
/linux-4.1.27/drivers/mtd/devices/
Dm25p80.c38 static int m25p80_read_reg(struct spi_nor *nor, u8 code, u8 *val, int len) in m25p80_read_reg() argument
40 struct m25p *flash = nor->priv; in m25p80_read_reg()
51 static void m25p_addr2cmd(struct spi_nor *nor, unsigned int addr, u8 *cmd) in m25p_addr2cmd() argument
54 cmd[1] = addr >> (nor->addr_width * 8 - 8); in m25p_addr2cmd()
55 cmd[2] = addr >> (nor->addr_width * 8 - 16); in m25p_addr2cmd()
56 cmd[3] = addr >> (nor->addr_width * 8 - 24); in m25p_addr2cmd()
57 cmd[4] = addr >> (nor->addr_width * 8 - 32); in m25p_addr2cmd()
60 static int m25p_cmdsz(struct spi_nor *nor) in m25p_cmdsz() argument
62 return 1 + nor->addr_width; in m25p_cmdsz()
65 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len, in m25p80_write_reg() argument
[all …]
/linux-4.1.27/include/linux/mtd/
Dspi-nor.h178 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops);
179 void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops);
180 int (*read_xfer)(struct spi_nor *nor, struct spi_nor_xfer_cfg *cfg,
182 int (*write_xfer)(struct spi_nor *nor, struct spi_nor_xfer_cfg *cfg,
184 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len);
185 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len,
188 int (*read)(struct spi_nor *nor, loff_t from,
190 void (*write)(struct spi_nor *nor, loff_t to,
192 int (*erase)(struct spi_nor *nor, loff_t offs);
194 int (*flash_lock)(struct spi_nor *nor, loff_t ofs, uint64_t len);
[all …]
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc8536ds.dtsi13 * * 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";
Dp1022ds.dtsi13 * * 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";
Dmpc8544ds.dtsi13 * * 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";
Dmpc8572ds.dtsi13 * * 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";
Dmpc8548cds.dtsi13 * * 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";
Dge_imp3a.dts37 /* nor@0,0 is a mirror of part of the memory in nor@1,0
38 nor@0,0 {
54 nor@1,0 {
Dbsc9132qds.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dp1020utm-pc.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dt104xrdb.dtsi13 * * Neither the name of Freescale Semiconductor nor the
53 nor@0,0 {
Dt104xqds.dtsi13 * * Neither the name of Freescale Semiconductor nor the
58 nor@0,0 {
Dp1020mbg-pc.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Db4qds.dtsi13 * * Neither the name of Freescale Semiconductor nor the
48 nor@0,0 {
Dt208xrdb.dtsi13 * * Neither the name of Freescale Semiconductor nor the
59 nor@0,0 {
Dt4240rdb.dts13 * * Neither the name of Freescale Semiconductor nor the
50 nor@0,0 {
Dp1010rdb.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dp1024rdb.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dc293pcie.dts13 * * Neither the name of Freescale Semiconductor nor the
74 nor@0,0 {
Dt208xqds.dtsi13 * * Neither the name of Freescale Semiconductor nor the
59 nor@0,0 {
Dp2020rdb-pc.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dp1021rdb-pc.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dt4240qds.dts13 * * Neither the name of Freescale Semiconductor nor the
50 nor@0,0 {
Dp1023rdb.dts15 * * Neither the name of Freescale Semiconductor nor the
93 nor@0,0 {
Dp1020rdb.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dt1040rdb.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt1042rdb.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt1042qds.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt1040qds.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt2081qds.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020rdb-pd.dts13 * * Neither the name of Freescale Semiconductor nor the
53 nor@0,0 {
Dp1020rdb-pc.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dp1010rdb-pa_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt1042rdb_pi.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt2080qds.dts13 * * Neither the name of Freescale Semiconductor nor the
Db4420qds.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1010rdb-pb_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dt2080rdb.dts13 * * Neither the name of Freescale Semiconductor nor the
Dppa8548.dts62 nor@0 {
Db4860qds.dts13 * * Neither the name of Freescale Semiconductor nor the
Dbsc9131rdb.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp2020ds.dtsi13 * * Neither the name of Freescale Semiconductor nor the
36 nor@0,0 {
Dp1010rdb_32b.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1010rdb-pa.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1025twr.dtsi13 * * Neither the name of Freescale Semiconductor nor the
43 nor@0,0 {
Dp1024rdb_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020mbg-pc_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020rdb-pc_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1010rdb_36b.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1025rdb_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1025twr.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020utm-pc_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
Doca4080.dts17 * * Neither the name of Freescale Semiconductor nor the
Dp2020rdb-pc_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1024rdb_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020rdb-pc_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1021rdb-pc_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020mbg-pc_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1020utm-pc_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dxpedite5200.dts387 nor-boot@0,0 {
412 nor-alternate@1,0 {
Dp2020rdb-pc_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1022ds_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1021rdb-pc_36b.dts13 * * Neither the name of Freescale Semiconductor nor the
Dp1022ds_32b.dts13 * * Neither the name of Freescale Semiconductor nor the
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt4 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";
Djedec,spi-nor.txt11 Must also include "jedec,spi-nor" for any SPI NOR flash that can
28 compatible = "spansion,m25p80", "jedec,spi-nor";
/linux-4.1.27/arch/arm/boot/dts/
Domap3430-sdp.dts57 nor@0,0 {
88 label = "bootloader-nor";
92 label = "params-nor";
96 label = "kernel-nor";
100 label = "filesystem-nor";
Dimx1-apf9328.dts53 nor: nor@0,0 { label
Dimx1-ads.dts85 nor: nor@0,0 { label
Dimx27-eukrea-cpuimx27.dtsi105 nor: nor@0,0 { label
Dmeson8.dtsi134 spi_nor_pins: nor {
137 function = "nor";
Domap2420-h4.dts25 nor@0,0 {
Dimx27-phytec-phycore-som.dtsi330 nor: nor@0,0 { label
Dbcm911360k.dts16 * * Neither the name of Broadcom Corporation nor the names of its
Dbcm958300k.dts16 * * Neither the name of Broadcom Corporation nor the names of its
Dbcm958305k.dts16 * * Neither the name of Broadcom Corporation nor the names of its
Dbcm911360_entphn.dts16 * * Neither the name of Broadcom Corporation nor the names of its
Dbcm-cygnus-clock.dtsi16 * * Neither the name of Broadcom Corporation nor the names of its
Dls1021a-twr.dts91 nor@0,0 {
/linux-4.1.27/arch/mips/boot/dts/lantiq/
Deasy50712.dts25 nor-boot@0 {
26 compatible = "lantiq,nor";
/linux-4.1.27/Documentation/mtd/
Dspi-nor.txt61 drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to fsl-quadspi.c
/linux-4.1.27/net/mac802154/
DKconfig14 Note: this implementation is neither certified, nor feature
/linux-4.1.27/arch/mips/include/uapi/asm/
Dsiginfo.h26 #error _MIPS_SZLONG neither 32 nor 64
/linux-4.1.27/arch/nios2/kernel/
Dearly_printk.c84 # error Neither SERIAL_ALTERA_JTAGUART_CONSOLE nor SERIAL_ALTERA_UART_CONSOLE \
/linux-4.1.27/drivers/mtd/
DMakefile35 obj-$(CONFIG_MTD_SPI_NOR) += spi-nor/
/linux-4.1.27/arch/parisc/math-emu/
DREADME9 warranties about this code nor any promises to maintain or test it
/linux-4.1.27/arch/mips/netlogic/common/
Dsmpboot.S127 nor t3, t2, zero
Dreset.S195 nor t0, t0, zero /* t0 <- ~(1 << core) */
/linux-4.1.27/Documentation/isdn/
DREADME.pcbit23 current support for X.25 in B or D channels nor LAPD in B
/linux-4.1.27/arch/blackfin/
DClear_BSD.txt17 * Neither the name of Analog Devices, Inc. nor the names of its
/linux-4.1.27/arch/mips/kernel/
Dr2300_switch.S89 nor a3, $0, a3
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dqoriq-qman1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-i2c-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec2-grp2-2.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-usb2-mph-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-sata2-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-gpio-2.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-qman3.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqonverge-usb2-dr-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-espi-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-i2c-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sata2-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dt1042si-post.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-espi-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-mpic-message-B.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec1-timer-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-esdhc-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec2-grp2-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-usb2-dr-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-gpio-3.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec2-grp2-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-esdhc-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-bman1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-gpio-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-usb2-dr-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-gpio-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-mpic-timer-B.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-sata2-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sata2-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-usb2-dr-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-gpio-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dinterlaken-lac.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-i2c-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dbsc9131si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec1-2.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec2-2.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-i2c-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sec3.0-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-duart-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dmpc8536si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dmpc8544si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1021si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dbsc9132si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dmpc8572si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec1-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dmpc8548si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-duart-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dc293si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sec3.1-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dmpc8569si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec1-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1020si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1022si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec2-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-duart-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec1-3.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-etsec2-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dmpc8568si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sec3.3-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sec2.1-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1010si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-dma-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-rmu-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Db4420si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-rmu-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-dma-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-mpic.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp2020si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp1023si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-dma-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-dma-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dt2080si-post.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-sec6.0-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
De500v2_power_isa.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dt208xsi-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-clockgen2.dtsi13 * * Neither the name of Freescale Semiconductor nor the
De500mc_power_isa.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Delo3-dma-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Db4860si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Delo3-dma-1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-mpic.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Delo3-dma-2.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dpq3-sec4.4-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
De5500_power_isa.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp5020si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-bman1-portals.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-sec4.0-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-raid1.0-0.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dt104xsi-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dp2041si-pre.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-mpic4.3.dtsi13 * * Neither the name of Freescale Semiconductor nor the
De6500_power_isa.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-clockgen1.dtsi13 * * Neither the name of Freescale Semiconductor nor the
Dqoriq-qman1-portals.dtsi13 * * Neither the name of Freescale Semiconductor nor the
/linux-4.1.27/arch/mips/include/asm/
Dstackframe.h298 nor v1, $0, v1
336 nor v1, $0, v1
/linux-4.1.27/arch/arm/mach-s3c24xx/
DMakefile87 obj-$(CONFIG_S3C24XX_SIMTEC_NOR) += simtec-nor.o
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-ocores.txt25 - if clock-frequency is present and neither opencores,ip-clock-frequency nor
/linux-4.1.27/Documentation/sound/oss/
DVIBRA1615 (tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
/linux-4.1.27/Documentation/fb/
Dmetronomefb.txt30 I neither have access to nor know exactly what the waveform does in terms of
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Demev2-clock.txt17 This makes internal (neither input nor output) clock that is provided
/linux-4.1.27/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S30 # * Neither the name of the Intel Corporation nor the names of its
/linux-4.1.27/Documentation/arm/
DInterrupts108 manipulation, nor state tracking. This is useful for things like the
156 "simple" handler (not "edge" nor "level"). After the handler completes,
/linux-4.1.27/Documentation/usb/
Dmtouchusb.txt64 I am not a MicroTouch/3M employee, nor have I ever been. 3M does not support
/linux-4.1.27/Documentation/i2c/
Di2c-stub12 No hardware is needed nor associated with this module. It will accept write
/linux-4.1.27/drivers/tty/serial/8250/
D8250_hp300.c23 #warning CONFIG_SERIAL_8250 defined but neither CONFIG_HPDCA nor CONFIG_HPAPCI defined, are you sur…
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt139 Example for aemif, davinci nand and nor flash chip select shown below.
186 nor:cs0 {
/linux-4.1.27/Documentation/scsi/
Dscsi-changer.txt10 nor IDE drives.
73 I don't have any device lists, neither black-list nor white-list. Thus

12