| /linux/drivers/memory/ |
| H A D | jz4780-nemc.c | 3 * JZ4780 NAND/external memory controller (NEMC) 20 #include <linux/jz4780-nemc.h> 62 * @dev: device to count banks for, must be a child of the NEMC. 64 * Return: The number of unique NEMC banks referred to by the specified NEMC 89 * @dev: child device of the NEMC. 96 struct jz4780_nemc *nemc = dev_get_drvdata(dev->parent); in jz4780_nemc_set_type() local 99 nfcsr = readl(nemc->base + NEMC_NFCSR); in jz4780_nemc_set_type() 112 writel(nfcsr, nemc->base + NEMC_NFCSR); in jz4780_nemc_set_type() 118 * @dev: child device of the NEMC. 127 struct jz4780_nemc *nemc = dev_get_drvdata(dev->parent); in jz4780_nemc_assert() local [all …]
|
| H A D | Kconfig | 175 bool "Ingenic JZ4780 SoC NEMC driver" 179 This driver is for the NAND/External Memory Controller (NEMC) in
|
| H A D | Makefile | 21 obj-$(CONFIG_JZ4780_NEMC) += jz4780-nemc.o
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | ingenic,nemc.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/ingenic,nemc.yaml# 7 title: Ingenic SoCs NAND / External Memory Controller (NEMC) 19 - ingenic,jz4740-nemc 20 - ingenic,jz4780-nemc 22 - const: ingenic,jz4725b-nemc 23 - const: ingenic,jz4740-nemc 59 nemc: memory-controller@13410000 { 60 compatible = "ingenic,jz4780-nemc"; 83 ingenic,nemc-tAS = <15>; 84 ingenic,nemc-tAH = <10>; [all …]
|
| H A D | ingenic,nemc-peripherals.yaml | 4 $id: http://devicetree.org/schemas/memory-controllers/ingenic,nemc-peripherals.yaml# 7 title: Ingenic SoCs NAND / External Memory Controller (NEMC) 17 ingenic,nemc-bus-width: 22 ingenic,nemc-tAS: 26 ingenic,nemc-tAH: 30 ingenic,nemc-tBP: 34 ingenic,nemc-tAW: 38 ingenic,nemc-tSTRV:
|
| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | ci20.dts | 408 &nemc { 420 ingenic,nemc-tAS = <10>; 421 ingenic,nemc-tAH = <5>; 422 ingenic,nemc-tBP = <10>; 423 ingenic,nemc-tAW = <15>; 424 ingenic,nemc-tSTRV = <100>; 487 ingenic,nemc-tAS = <15>; 488 ingenic,nemc-tAH = <10>; 489 ingenic,nemc-tBP = <20>; 490 ingenic,nemc-tAW = <50>; [all …]
|
| H A D | jz4725b.dtsi | 284 nemc: memory-controller@13010000 { label 285 compatible = "ingenic,jz4725b-nemc", "ingenic,jz4740-nemc";
|
| H A D | jz4780.dtsi | 489 nemc: nemc@13410000 { label 490 compatible = "ingenic,jz4780-nemc", "simple-mfd";
|
| H A D | jz4740.dtsi | 264 nemc: memory-controller@13010000 { label 265 compatible = "ingenic,jz4740-nemc";
|
| H A D | qi_lb60.dts | 255 &nemc { 324 pins_nemc: nemc {
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | ingenic,nand.yaml | 14 - $ref: /schemas/memory-controllers/ingenic,nemc-peripherals.yaml# 65 compatible = "ingenic,jz4780-nemc"; 87 ingenic,nemc-tAS = <10>; 88 ingenic,nemc-tAH = <5>; 89 ingenic,nemc-tBP = <10>; 90 ingenic,nemc-tAW = <15>; 91 ingenic,nemc-tSTRV = <100>;
|
| /linux/include/linux/ |
| H A D | jz4780-nemc.h | 3 * JZ4780 NAND/external memory controller (NEMC) 17 * Number of NEMC banks. Note that there are actually 6, but they are numbered
|
| /linux/drivers/mtd/nand/raw/ingenic/ |
| H A D | Kconfig | 7 Enables support for NAND Flash connected to the NEMC on JZ4780 SoC
|
| H A D | ingenic_nand_drv.c | 23 #include <linux/jz4780-nemc.h>
|
| /linux/drivers/clk/ingenic/ |
| H A D | jz4780-cgu.c | 554 "nemc", CGU_CLK_GATE,
|
| /linux/ |
| H A D | MAINTAINERS | 12289 F: drivers/memory/jz4780-nemc.c
|