Searched +full:nemc +full:- +full:bus +full:- +full:width (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/memory-controllers/ |
| D | ingenic,jz4780-nemc.txt | 1 * Ingenic JZ4780 NAND/external memory controller (NEMC) 3 This file documents the device tree bindings for the NEMC external memory 7 - compatible: Should be set to one of: 8 "ingenic,jz4780-nemc" (JZ4780) 9 - reg: Should specify the NEMC controller registers location and length. 10 - clocks: Clock for the NEMC controller. 11 - #address-cells: Must be set to 2. 12 - #size-cells: Must be set to 1. 13 - ranges: A set of ranges for each bank describing the physical memory layout. 18 Each child of the NEMC node describes a device connected to the NEMC. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | ingenic,nemc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ingenic,nemc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Ingenic SoCs NAND / External Memory Controller (NEMC) devicetree bindings 10 - Paul Cercueil <paul@crapouillou.net> 14 pattern: "^memory-controller@[0-9a-f]+$" 18 - enum: 19 - ingenic,jz4740-nemc 20 - ingenic,jz4780-nemc [all …]
|
| /kernel/linux/linux-4.19/drivers/memory/ |
| D | jz4780-nemc.c | 2 * JZ4780 NAND/external memory controller (NEMC) 5 * Author: Alex Smith <alex@alex-smith.me.uk> 23 #include <linux/jz4780-nemc.h> 25 #define NEMC_SMCRn(n) (0x14 + (((n) - 1) * 4)) 43 #define NEMC_NFCSR_NFEn(n) BIT(((n) - 1) << 1) 44 #define NEMC_NFCSR_NFCEn(n) BIT((((n) - 1) << 1) + 1) 45 #define NEMC_NFCSR_TNFEn(n) BIT(16 + (n) - 1) 57 * jz4780_nemc_num_banks() - count the number of banks referenced by a device 58 * @dev: device to count banks for, must be a child of the NEMC. 60 * Return: The number of unique NEMC banks referred to by the specified NEMC [all …]
|
| /kernel/linux/linux-4.19/arch/mips/boot/dts/ingenic/ |
| D | ci20.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 18 stdout-path = &uart4; 28 compatible = "regulator-fixed"; 29 regulator-name = "eth0_power"; 31 enable-active-high; 36 clock-frequency = <48000000>; 42 bus-width = <4>; 43 max-frequency = <50000000>; [all …]
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | jz4780-nemc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * JZ4780 NAND/external memory controller (NEMC) 6 * Author: Alex Smith <alex@alex-smith.me.uk> 21 #include <linux/jz4780-nemc.h> 23 #define NEMC_SMCRn(n) (0x14 + (((n) - 1) * 4)) 43 #define NEMC_NFCSR_NFEn(n) BIT(((n) - 1) << 1) 44 #define NEMC_NFCSR_NFCEn(n) BIT((((n) - 1) << 1) + 1) 45 #define NEMC_NFCSR_TNFEn(n) BIT(16 + (n) - 1) 62 * jz4780_nemc_num_banks() - count the number of banks referenced by a device 63 * @dev: device to count banks for, must be a child of the NEMC. [all …]
|
| /kernel/linux/linux-5.10/arch/mips/boot/dts/ingenic/ |
| D | ci20.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 5 #include <dt-bindings/clock/ingenic,tcu.h> 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/regulator/active-semi,8865-regulator.h> 22 stdout-path = &uart4; 31 gpio-keys { 32 compatible = "gpio-keys"; [all …]
|
| D | rs90.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/iio/adc/ingenic,adc.h> 8 #include <dt-bindings/input/linux-event-codes.h> 12 model = "RS-90"; 20 compatible = "regulator-fixed"; 22 regulator-name = "vcc"; 23 regulaor-min-microvolt = <3300000>; 24 regulaor-max-microvolt = <3300000>; [all …]
|
| D | qi_lb60.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/iio/adc/ingenic,adc.h> 8 #include <dt-bindings/clock/ingenic,tcu.h> 9 #include <dt-bindings/input/input.h> 27 stdout-path = &uart0; 31 compatible = "regulator-fixed"; 32 regulator-name = "vcc"; 34 regulator-min-microvolt = <3300000>; [all …]
|