Home
last modified time | relevance | path

Searched refs:impd1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/mach-integrator/
Dimpd1.c46 struct impd1_module *impd1 = dev_get_drvdata(dev); in impd1_tweak_control() local
50 cur = readl(impd1->base + IMPD1_CTRL) & ~mask; in impd1_tweak_control()
51 writel(cur | val, impd1->base + IMPD1_CTRL); in impd1_tweak_control()
328 struct impd1_module *impd1; in impd1_probe() local
339 impd1 = devm_kzalloc(&dev->dev, sizeof(struct impd1_module), in impd1_probe()
341 if (!impd1) in impd1_probe()
344 impd1->base = devm_ioremap(&dev->dev, dev->resource.start, SZ_4K); in impd1_probe()
345 if (!impd1->base) in impd1_probe()
348 integrator_impd1_clk_init(impd1->base, dev->id); in impd1_probe()
355 impd1->vic_base = devm_ioremap(&dev->dev, in impd1_probe()
[all …]
DMakefile11 obj-$(CONFIG_INTEGRATOR_IMPD1) += impd1.o
DKconfig43 module will be called impd1.
/Linux-v4.19/drivers/clk/versatile/
DMakefile3 obj-$(CONFIG_INTEGRATOR_IMPD1) += clk-impd1.o