Searched refs:powernv (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v5.4/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-v5.4/arch/powerpc/platforms/ |
D | Makefile | 17 obj-$(CONFIG_PPC_POWERNV) += powernv/
|
D | Kconfig | 4 source "arch/powerpc/platforms/powernv/Kconfig"
|
/Linux-v5.4/drivers/cpuidle/ |
D | Kconfig.powerpc | 15 bool "Cpuidle driver for powernv platforms"
|
D | Makefile | 33 obj-$(CONFIG_POWERNV_CPUIDLE) += cpuidle-powernv.o
|
/Linux-v5.4/arch/powerpc/platforms/powernv/ |
D | ultravisor.c | 69 machine_subsys_initcall(powernv, uv_init);
|
D | opal-rtc.c | 83 machine_subsys_initcall(powernv, opal_time_init);
|
D | opal-nvram.c | 88 machine_arch_initcall(powernv, opal_nvram_init_log_partitions);
|
D | Makefile | 15 obj-$(CONFIG_EEH) += eeh-powernv.o
|
D | opal-memory-errors.c | 134 machine_device_initcall(powernv, opal_mem_err_init);
|
D | rng.c | 190 machine_subsys_initcall(powernv, rng_init);
|
D | vas-trace.h | 111 #define TRACE_INCLUDE_PATH ../../arch/powerpc/platforms/powernv
|
D | subcore.c | 431 machine_device_initcall(powernv, subcore_init);
|
D | opal-irqchip.c | 294 machine_arch_initcall(powernv, opal_event_init);
|
D | memtrace.c | 325 machine_device_initcall(powernv, memtrace_init);
|
D | setup.c | 482 define_machine(powernv) { in define_machine() argument
|
D | opal-lpc.c | 381 machine_device_initcall(powernv, opal_lpc_init_debugfs);
|
D | opal.c | 238 machine_early_initcall(powernv, opal_register_exception_handlers); 1007 machine_subsys_initcall(powernv, opal_init);
|
D | ocxl.c | 169 if (!machine_is(powernv)) in pnv_ocxl_fixup_actag()
|
/Linux-v5.4/drivers/char/ |
D | Makefile | 53 obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o
|
/Linux-v5.4/drivers/char/hw_random/ |
D | Makefile | 28 obj-$(CONFIG_HW_RANDOM_POWERNV) += powernv-rng.o
|
/Linux-v5.4/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 8 This is only for the powerpc/powernv platform.
|
/Linux-v5.4/drivers/cpufreq/ |
D | Makefile | 102 obj-$(CONFIG_POWERNV_CPUFREQ) += powernv-cpufreq.o
|
/Linux-v5.4/drivers/leds/ |
D | Makefile | 73 obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
|
/Linux-v5.4/drivers/mtd/devices/ |
D | Kconfig | 181 tristate "powernv flash MTD driver" 184 This provides an MTD device to access flash on powernv OPAL
|
12