Home
last modified time | relevance | path

Searched refs:nemc (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/memory/
H A Djz4780-nemc.c96 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()
127 struct jz4780_nemc *nemc = dev_get_drvdata(dev->parent); in jz4780_nemc_assert() local
130 nfcsr = readl(nemc->base + NEMC_NFCSR); in jz4780_nemc_assert()
137 writel(nfcsr, nemc->base + NEMC_NFCSR); in jz4780_nemc_assert()
141 static uint32_t jz4780_nemc_clk_period(struct jz4780_nemc *nemc) in jz4780_nemc_clk_period() argument
145 rate = clk_get_rate(nemc->clk); in jz4780_nemc_clk_period()
153 static uint32_t jz4780_nemc_ns_to_cycles(struct jz4780_nemc *nemc, uint32_t ns) in jz4780_nemc_ns_to_cycles() argument
155 return ((ns * 1000) + nemc->clk_period - 1) / nemc->clk_period; in jz4780_nemc_ns_to_cycles()
[all …]
H A DMakefile21 obj-$(CONFIG_JZ4780_NEMC) += jz4780-nemc.o
/linux/arch/mips/boot/dts/ingenic/
H A Dci20.dts408 &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 Drs90.dts208 pins_nemc: nemc {
247 &nemc {
257 ingenic,nemc-tAS = <10>;
258 ingenic,nemc-tAH = <5>;
259 ingenic,nemc-tBP = <10>;
260 ingenic,nemc-tAW = <15>;
261 ingenic,nemc-tSTRV = <100>;
H A Djz4725b.dtsi284 nemc: memory-controller@13010000 { label
285 compatible = "ingenic,jz4725b-nemc", "ingenic,jz4740-nemc";
H A Djz4740.dtsi264 nemc: memory-controller@13010000 { label
265 compatible = "ingenic,jz4740-nemc";
H A Djz4780.dtsi489 nemc: nemc@13410000 { label
490 compatible = "ingenic,jz4780-nemc", "simple-mfd";
H A Dqi_lb60.dts255 &nemc {
324 pins_nemc: nemc {
/linux/
H A DMAINTAINERS11179 F: drivers/memory/jz4780-nemc.c