/linux-4.1.27/arch/arm64/boot/dts/apm/ |
D | apm-storm.dtsi | 13 compatible = "apm,xgene-storm"; 24 compatible = "apm,potenza", "arm,armv8"; 31 compatible = "apm,potenza", "arm,armv8"; 38 compatible = "apm,potenza", "arm,armv8"; 45 compatible = "apm,potenza", "arm,armv8"; 52 compatible = "apm,potenza", "arm,armv8"; 59 compatible = "apm,potenza", "arm,armv8"; 66 compatible = "apm,potenza", "arm,armv8"; 73 compatible = "apm,potenza", "arm,armv8"; 119 compatible = "apm,xgene-pcppll-clock"; [all …]
|
D | apm-mustang.dts | 14 /include/ "apm-storm.dtsi" 18 compatible = "apm,mustang", "apm,xgene-storm";
|
D | Makefile | 1 dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 7 - compatible : Shall be "apm,xgene-phy". 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample 27 - apm,tx-boost-gain : Frequency boost AC (LSB 3-bit) and DC (2-bit) 31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for 35 - apm,tx-pre-cursor1 : 1st pre-cursor emphasis taps control. Two set of 39 - apm,tx-pre-cursor2 : 2st pre-cursor emphasis taps control. Two set of 43 - apm,tx-post-cursor : Post-cursor emphasis taps control. Two set of 46 - apm,tx-speed : Tx operating speed. One set of 3-tuple for each 61 compatible = "apm,xgene-phy"; [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | apm-xgene-enet.txt | 8 - "apm,xgene-enet": RGMII based 1G interface 9 - "apm,xgene1-sgenet": SGMII based 1G interface 10 - "apm,xgene1-xgenet": XFI based 10G interface 30 - compatible: Must be "apm,xgene-mdio". 43 compatible = "apm,xgene-device-clock"; 49 compatible = "apm,xgene-enet"; 62 compatible = "apm,xgene-mdio";
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | xgene.txt | 9 "apm,xgene-socpll-clock" - for a X-Gene SoC PLL clock 10 "apm,xgene-pcppll-clock" - for a X-Gene PCP PLL clock 11 "apm,xgene-device-clock" - for a X-Gene device clock 51 compatible = "apm,xgene-pcppll-clock"; 61 compatible = "apm,xgene-socpll-clock"; 71 compatible = "apm,xgene-device-clock"; 81 compatible = "apm,xgene-device-clock"; 94 compatible = "apm,xgene-device-clock";
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | apm-xgene.txt | 8 * "apm,xgene-ahci" 40 compatible = "apm,xgene-phy"; 46 compatible = "apm,xgene-phy"; 52 compatible = "apm,xgene-ahci"; 67 compatible = "apm,xgene-ahci-pcie";
|
/linux-4.1.27/Documentation/devicetree/bindings/rng/ |
D | apm,rng.txt | 5 - compatible : should be "apm,xgene-rng" 13 compatible = "apm,xgene-rng";
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | apm-xgene-dma.txt | 7 - compatible: Should be "apm,xgene-dma". 25 compatible = "apm,xgene-device-clock"; 34 compatible = "apm,xgene-storm-dma";
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | xgene-rtc.txt | 6 - compatible : Should be "apm,xgene-rtc" 23 compatible = "apm,xgene-rtc";
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-xgene.txt | 7 - compatible: "apm,xgene-gpio" for X-Gene GPIO controller 18 compatible = "apm,xgene-gpio";
|
D | gpio-xgene-sb.txt | 10 - compatible: "apm,xgene-gpio-sb" for the X-Gene Standby GPIO controller 22 compatible = "apm,xgene-gpio-sb";
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | xgene-pci.txt | 5 - compatible: should contain "apm,xgene-pcie" to identify the core. 33 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie";
|
/linux-4.1.27/drivers/net/ethernet/apm/ |
D | Kconfig | 1 source "drivers/net/ethernet/apm/xgene/Kconfig"
|
/linux-4.1.27/arch/arm64/boot/dts/ |
D | Makefile | 2 dts-dirs += apm
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | klondike.dts | 5 * Author: Tanmay Inamdar <tinamdar@apm.com> 29 model = "apm,klondike"; 30 compatible = "apm,klondike";
|
D | bluestone.dts | 5 * Author: Tirumala R Marri <tmarri@apm.com> 29 model = "apm,bluestone"; 30 compatible = "apm,bluestone";
|
/linux-4.1.27/drivers/input/ |
D | Makefile | 27 obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
|
D | Kconfig | 175 module will be called apm-power.
|
/linux-4.1.27/arch/x86/kernel/ |
D | Makefile | 61 apm-y := apm_32.o 62 obj-$(CONFIG_APM) += apm.o
|
D | apm_32.c | 1727 static int apm(void *unused) in apm() function 2361 kapmd_task = kthread_create(apm, NULL, "kapmd"); in apm_init()
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | reboot.S | 113 apm: label
|
/linux-4.1.27/drivers/char/ |
D | Makefile | 22 obj-$(CONFIG_APM_EMULATION) += apm-emulation.o
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.h | 204 unsigned int apm[8]; /* AP ID mask */ member
|
D | ap_bus.c | 1034 return ap_test_config(ap_configuration->apm, id); in ap_test_config_card_id()
|
/linux-4.1.27/Documentation/power/ |
D | 00-INDEX | 3 apm-acpi.txt
|
/linux-4.1.27/drivers/net/ethernet/ |
D | Makefile | 14 obj-$(CONFIG_NET_XGENE) += apm/
|
D | Kconfig | 28 source "drivers/net/ethernet/apm/Kconfig"
|
/linux-4.1.27/Documentation/sound/oss/ |
D | mwave | 122 apm=off 130 However, the apm=off parameter IS a kernel argument! APM, at least in my setup,
|
/linux-4.1.27/include/linux/mlx5/ |
D | mlx5_ifc.h | 235 u8 apm[0x1]; member
|
/linux-4.1.27/arch/x86/boot/ |
D | Makefile | 29 setup-$(CONFIG_X86_APM_BOOT) += apm.o
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 233 reset after a RESUME operation, the /proc/apm device will provide 238 and more information, read <file:Documentation/power/apm-acpi.txt>
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 24 apm Applied Micro Circuits Corporation (APM)
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2096 reset after a RESUME operation, the /proc/apm device will provide 2101 BIOS by passing the "apm=off" option to the kernel at boot time. 2107 and more information, read <file:Documentation/power/apm-acpi.txt> 2146 module will be called apm.
|
/linux-4.1.27/ |
D | MAINTAINERS | 754 F: drivers/char/apm-emulation.c 775 M: Iyappan Subramanian <isubramanian@apm.com> 776 M: Keyur Chudgar <kchudgar@apm.com> 778 F: drivers/net/ethernet/apm/xgene/ 779 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt 7505 M: Tanmay Inamdar <tinamdar@apm.com>
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 553 apm Advanced power management info
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 480 apm= [APM] Advanced Power Management
|