Searched refs:powernv (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/drivers/crypto/nx/ |
D | Makefile | 15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o 18 nx-compress-powernv-objs := nx-842-powernv.o
|
/Linux-v4.19/drivers/cpuidle/ |
D | Kconfig.powerpc | 14 bool "Cpuidle driver for powernv platforms"
|
D | Makefile | 31 obj-$(CONFIG_POWERNV_CPUIDLE) += cpuidle-powernv.o
|
/Linux-v4.19/arch/powerpc/platforms/ |
D | Makefile | 19 obj-$(CONFIG_PPC_POWERNV) += powernv/
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-rtc.c | 87 machine_subsys_initcall(powernv, opal_time_init);
|
D | opal-nvram.c | 92 machine_arch_initcall(powernv, opal_nvram_init_log_partitions);
|
D | opal-power.c | 179 machine_subsys_initcall(powernv, opal_power_control_init);
|
D | opal-xscom.c | 140 machine_arch_initcall(powernv, opal_xscom_init);
|
D | Makefile | 11 obj-$(CONFIG_EEH) += eeh-powernv.o
|
D | opal-memory-errors.c | 147 machine_device_initcall(powernv, opal_mem_err_init);
|
D | vas-trace.h | 111 #define TRACE_INCLUDE_PATH ../../arch/powerpc/platforms/powernv
|
D | rng.c | 194 machine_subsys_initcall(powernv, rng_init);
|
D | subcore.c | 435 machine_device_initcall(powernv, subcore_init);
|
D | memtrace.c | 314 machine_device_initcall(powernv, memtrace_init);
|
D | opal-irqchip.c | 298 machine_arch_initcall(powernv, opal_event_init);
|
D | setup.c | 440 define_machine(powernv) { in define_machine() argument
|
D | opal.c | 232 machine_early_initcall(powernv, opal_register_exception_handlers); 965 machine_subsys_initcall(powernv, opal_init);
|
D | opal-lpc.c | 385 machine_device_initcall(powernv, opal_lpc_init_debugfs);
|
D | ocxl.c | 169 if (!machine_is(powernv)) in pnv_ocxl_fixup_actag()
|
/Linux-v4.19/drivers/char/hw_random/ |
D | Makefile | 28 obj-$(CONFIG_HW_RANDOM_POWERNV) += powernv-rng.o
|
/Linux-v4.19/drivers/char/ |
D | Makefile | 59 obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 8 This is only for the powerpc/powernv platform.
|
/Linux-v4.19/drivers/leds/ |
D | Makefile | 70 obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
|
/Linux-v4.19/drivers/cpufreq/ |
D | Makefile | 100 obj-$(CONFIG_POWERNV_CPUFREQ) += powernv-cpufreq.o
|
/Linux-v4.19/drivers/mtd/devices/ |
D | Kconfig | 198 tristate "powernv flash MTD driver" 201 This provides an MTD device to access flash on powernv OPAL
|
12