Home
last modified time | relevance | path

Searched refs:powernv (Results 1 – 28 of 28) sorted by relevance

/linux-4.4.14/drivers/crypto/nx/
DMakefile14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
17 nx-compress-powernv-objs := nx-842-powernv.o
/linux-4.4.14/drivers/cpuidle/
DKconfig.powerpc14 bool "Cpuidle driver for powernv platforms"
DMakefile29 obj-$(CONFIG_POWERNV_CPUIDLE) += cpuidle-powernv.o
/linux-4.4.14/arch/powerpc/platforms/
DMakefile17 obj-$(CONFIG_PPC_POWERNV) += powernv/
DKconfig3 source "arch/powerpc/platforms/powernv/Kconfig"
/linux-4.4.14/arch/powerpc/platforms/powernv/
DMakefile9 obj-$(CONFIG_EEH) += eeh-powernv.o
Dopal-rtc.c87 machine_subsys_initcall(powernv, opal_time_init);
Dopal-nvram.c73 machine_arch_initcall(powernv, opal_nvram_init_log_partitions);
Dopal-xscom.c133 machine_arch_initcall(powernv, opal_xscom_init);
Dopal-power.c179 machine_subsys_initcall(powernv, opal_power_control_init);
Dopal-memory-errors.c147 machine_device_initcall(powernv, opal_mem_err_init);
Drng.c155 machine_subsys_initcall(powernv, rng_init);
Dsetup.c309 define_machine(powernv) { in define_machine() argument
Dopal-irqchip.c247 machine_arch_initcall(powernv, opal_event_init);
Didle.c293 machine_subsys_initcall(powernv, pnv_init_idle_states);
Dsubcore.c427 machine_device_initcall(powernv, subcore_init);
Dopal.c220 machine_early_initcall(powernv, opal_register_exception_handlers);
766 machine_subsys_initcall(powernv, opal_init);
Dopal-lpc.c386 machine_device_initcall(powernv, opal_lpc_init_debugfs);
Dpci.c843 machine_subsys_initcall_sync(powernv, tce_iommu_bus_notifier_init);
Deeh-powernv.c1541 machine_early_initcall(powernv, eeh_powernv_init);
/linux-4.4.14/drivers/char/hw_random/
DMakefile27 obj-$(CONFIG_HW_RANDOM_POWERNV) += powernv-rng.o
DKconfig306 module will be called powernv-rng.
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump8 This is only for the powerpc/powernv platform.
/linux-4.4.14/drivers/leds/
DMakefile67 obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
DKconfig588 will be called leds-powernv.
/linux-4.4.14/drivers/cpufreq/
DMakefile92 obj-$(CONFIG_POWERNV_CPUFREQ) += powernv-cpufreq.o
/linux-4.4.14/drivers/mtd/devices/
DKconfig199 tristate "powernv flash MTD driver"
202 This provides an MTD device to access flash on powernv OPAL
/linux-4.4.14/arch/powerpc/kernel/
Deeh.c1007 if (machine_is(powernv) && cnt++ <= 0) in eeh_init()
1779 if (machine_is(pseries) || machine_is(powernv)) { in eeh_init_proc()