/linux-4.4.14/sound/sparc/ |
D | amd7930.c | 347 static __inline__ void amd7930_idle(struct snd_amd7930 *amd) in amd7930_idle() argument 351 spin_lock_irqsave(&amd->lock, flags); in amd7930_idle() 352 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR); in amd7930_idle() 353 sbus_writeb(0, amd->regs + AMD7930_DR); in amd7930_idle() 354 spin_unlock_irqrestore(&amd->lock, flags); in amd7930_idle() 358 static __inline__ void amd7930_enable_ints(struct snd_amd7930 *amd) in amd7930_enable_ints() argument 362 spin_lock_irqsave(&amd->lock, flags); in amd7930_enable_ints() 363 sbus_writeb(AMR_INIT, amd->regs + AMD7930_CR); in amd7930_enable_ints() 364 sbus_writeb(AM_INIT_ACTIVE, amd->regs + AMD7930_DR); in amd7930_enable_ints() 365 spin_unlock_irqrestore(&amd->lock, flags); in amd7930_enable_ints() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 1 * AMD 10GbE driver (amd-xgbe) 4 - compatible: Should be "amd,xgbe-seattle-v1a" 13 - interrupts: Should contain the amd-xgbe interrupt(s). The first interrupt 15 amd,per-channel-interrupt property is specified, then one additional 19 - DMA clock for the amd-xgbe device (used for calculating the 22 - PTP clock for the amd-xgbe device 32 - amd,per-channel-interrupt: Indicates that Rx and Tx complete will generate 35 - amd,speed-set: Speed capabilities of the device 44 - amd,serdes-blwc: Baseline wandering correction enablement 47 - amd,serdes-cdr-rate: CDR rate speed selection [all …]
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | Makefile | 1 obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o 3 amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \ 7 amd-xgbe-$(CONFIG_AMD_XGBE_DCB) += xgbe-dcb.o 8 amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o
|
/linux-4.4.14/Documentation/hwmon/ |
D | k10temp | 21 http://support.amd.com/us/Processor_TechDocs/31116.pdf 23 http://support.amd.com/us/Processor_TechDocs/41256.pdf 25 http://support.amd.com/us/Processor_TechDocs/41131.pdf 27 http://support.amd.com/us/Processor_TechDocs/43170.pdf 29 http://support.amd.com/us/Processor_TechDocs/41322.pdf 31 http://support.amd.com/us/Processor_TechDocs/41788.pdf 33 http://support.amd.com/us/Processor_TechDocs/44739.pdf 35 http://support.amd.com/us/Processor_TechDocs/47534.pdf 37 http://support.amd.com/us/Processor_TechDocs/43373.pdf 39 http://support.amd.com/us/Processor_TechDocs/43374.pdf [all …]
|
D | k8temp | 8 Datasheet: http://support.amd.com/us/Processor_TechDocs/32559.pdf
|
/linux-4.4.14/arch/arm64/boot/dts/amd/ |
D | amd-overdrive.dts | 9 /include/ "amd-seattle-soc.dtsi" 13 compatible = "amd,seattle-overdrive", "amd,seattle";
|
D | amd-seattle-soc.dtsi | 8 compatible = "amd,seattle"; 61 /include/ "amd-seattle-clks.dtsi" 138 compatible = "amd,ccp-seattle-v1a";
|
D | Makefile | 1 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive.dtb
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | Makefile | 5 ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/asic_reg \ 6 -Idrivers/gpu/drm/amd/include \ 7 -Idrivers/gpu/drm/amd/amdgpu \ 8 -Idrivers/gpu/drm/amd/scheduler
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-iommu-amd-iommu | 1 What: /sys/class/iommu/<iommu>/amd-iommu/cap 9 What: /sys/class/iommu/<iommu>/amd-iommu/features
|
D | sysfs-bus-usb | 125 Contact: Andiry Xu <andiry.xu@amd.com>
|
D | sysfs-devices-system-cpu | 179 http://developer.amd.com/documentation/guides/Pages/default.aspx
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | Makefile | 5 ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include/ \ 6 -Idrivers/gpu/drm/amd/include/asic_reg
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | amd-ccp.txt | 4 - compatible: Should be "amd,ccp-seattle-v1a" 15 compatible = "amd,ccp-seattle-v1a";
|
/linux-4.4.14/arch/x86/kvm/ |
D | Makefile | 20 kvm-amd-y += svm.o pmu_amd.o 24 obj-$(CONFIG_KVM_AMD) += kvm-amd.o
|
D | Kconfig | 81 will be called kvm-amd.
|
D | mmu.c | 3620 bool pse, bool amd) in __reset_rsvds_bits_mask() argument 3637 if (amd) in __reset_rsvds_bits_mask()
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | Makefile | 2 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
|
/linux-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | Makefile | 4 microcode-$(CONFIG_MICROCODE_AMD) += amd.o
|
/linux-4.4.14/drivers/gpu/drm/ |
D | Makefile | 41 obj-$(CONFIG_HSA_AMD) += amd/amdkfd/ 43 obj-$(CONFIG_DRM_AMDGPU)+= amd/amdgpu/
|
D | Kconfig | 162 source "drivers/gpu/drm/amd/amdgpu/Kconfig" 264 source "drivers/gpu/drm/amd/amdkfd/Kconfig"
|
/linux-4.4.14/arch/arm64/boot/dts/ |
D | Makefile | 2 dts-dirs += amd
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | media5200.dts | 115 compatible = "amd,am29lv28ml", "cfi-flash"; 122 compatible = "amd,am29lv28ml", "cfi-flash";
|
D | pdm360ng.dts | 45 compatible = "amd,s29gl01gp", "cfi-flash";
|
D | lite5200.dts | 303 compatible = "amd,am29lv652d", "cfi-flash";
|
D | xpedite5301.dts | 80 compatible = "amd,s29gl01gp", "cfi-flash"; 109 compatible = "amd,s29gl01gp", "cfi-flash";
|
D | xpedite5370.dts | 78 compatible = "amd,s29gl01gp", "cfi-flash"; 107 compatible = "amd,s29gl01gp", "cfi-flash";
|
D | warp.dts | 153 compatible = "amd,s29gl032a", "cfi-flash";
|
D | xpedite5330.dts | 116 compatible = "amd,s29gl01gp", "cfi-flash"; 145 compatible = "amd,s29gl01gp", "cfi-flash";
|
D | xcalibur1501.dts | 80 compatible = "amd,s29gl01gp", "cfi-flash"; 109 compatible = "amd,s29gl01gp", "cfi-flash";
|
D | socrates.dts | 252 compatible = "amd,s29gl256n", "cfi-flash";
|
D | haleakala.dts | 138 compatible = "amd,s29gl512n", "cfi-flash";
|
D | obs600.dts | 159 compatible = "amd,s29gl512n", "cfi-flash";
|
D | yosemite.dts | 143 compatible = "amd,s29gl256n", "cfi-flash";
|
D | rainier.dts | 156 compatible = "amd,s29gl256n", "cfi-flash";
|
D | arches.dts | 191 compatible = "amd,s29gl256n", "cfi-flash";
|
D | sequoia.dts | 183 compatible = "amd,s29gl256n", "cfi-flash";
|
D | eiger.dts | 162 compatible = "amd,s29gl512n", "cfi-flash";
|
D | bluestone.dts | 185 compatible = "amd,s29gl512n", "cfi-flash";
|
D | makalu.dts | 139 compatible = "amd,s29gl512n", "cfi-flash";
|
D | redwood.dts | 158 compatible = "amd,s29gl512n", "cfi-flash";
|
D | kilauea.dts | 155 compatible = "amd,s29gl512n", "cfi-flash";
|
D | canyonlands.dts | 219 compatible = "amd,s29gl512n", "cfi-flash";
|
D | glacier.dts | 179 compatible = "amd,s29gl512n", "cfi-flash";
|
/linux-4.4.14/drivers/char/agp/ |
D | Makefile | 8 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
|
/linux-4.4.14/fs/autofs4/ |
D | Kconfig | 7 automounter (amd), which is a pure user space daemon.
|
/linux-4.4.14/drivers/char/hw_random/ |
D | Makefile | 9 obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o
|
D | Kconfig | 61 module will be called amd-rng.
|
/linux-4.4.14/drivers/ata/ |
D | pata_amd.c | 598 static const struct pci_device_id amd[] = { variable 625 .id_table = amd, 639 MODULE_DEVICE_TABLE(pci, amd);
|
/linux-4.4.14/Documentation/mips/ |
D | AU1xxx_IDE.README | 119 Matthias Lenk <matthias.lenk@amd.com> 122 Enrico Walther <enrico.walther@amd.com>
|
/linux-4.4.14/drivers/net/phy/ |
D | Makefile | 36 obj-$(CONFIG_AMD_PHY) += amd.o
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | Makefile | 27 obj-$(CONFIG_CPU_SUP_AMD) += amd.o
|
/linux-4.4.14/drivers/pinctrl/ |
D | Makefile | 16 obj-$(CONFIG_PINCTRL_AMD) += pinctrl-amd.o
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | amd-powernow.txt | 28 26094, in chapter 9, available for download from www.amd.com.
|
/linux-4.4.14/drivers/net/ethernet/ |
D | Makefile | 13 obj-$(CONFIG_NET_VENDOR_AMD) += amd/
|
D | Kconfig | 27 source "drivers/net/ethernet/amd/Kconfig"
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-piix4 | 12 http://support.amd.com/us/Embedded_TechDocs/43009_sb7xx_rrg_pub_1.00.pdf 15 http://support.amd.com/us/Embedded_TechDocs/44413.pdf
|
/linux-4.4.14/arch/x86/xen/ |
D | pmu.c | 260 ctxt = &xenpmu_data->pmu.c.amd; in xen_amd_pmu_emulate() 344 ctxt = &xenpmu_data->pmu.c.amd; in xen_amd_read_pmc()
|
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | interface.h | 364 struct xen_pmu_amd_ctxt amd; member
|
/linux-4.4.14/ |
D | .mailmap | 57 Jacob Shin <Jacob.Shin@amd.com> 100 Peter Oruba <peter.oruba@amd.com>
|
D | MAINTAINERS | 610 M: Tom Lendacky <thomas.lendacky@amd.com> 631 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 644 F: include/linux/amd-iommu.h 651 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 652 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h 653 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c 654 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c 655 F: drivers/gpu/drm/amd/amdkfd/ 656 F: drivers/gpu/drm/amd/include/cik_structs.h 657 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h [all …]
|
/linux-4.4.14/Documentation/ |
D | edac.txt | 750 (available from http://support.amd.com/en-us/search/tech-docs): 756 Link: http://support.amd.com/TechDocs/26094.PDF 763 Link: http://support.amd.com/TechDocs/32559.pdf 770 Link: http://support.amd.com/TechDocs/31116.pdf 777 Link: http://support.amd.com/TechDocs/49125_15h_Models_30h-3Fh_BKDG.pdf 784 Link: http://support.amd.com/TechDocs/50742_15h_Models_60h-6Fh_BKDG.pdf 791 Link: http://support.amd.com/TechDocs/48751_16h_bkdg.pdf
|
D | kernel-parameters.txt | 1762 kvm-amd.nested= [KVM,AMD] Allow nested virtualization in KVM/SVM. 1765 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU)
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.txt | 50 compatible = "amd,am29lv128ml", "cfi-flash";
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | Makefile | 5 ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include
|
/linux-4.4.14/Documentation/networking/ |
D | s2io.txt | 136 http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 145 http://support.amd.com/us/Processor_TechDocs/24593_APM_v2.pdf[AMD64 Architecture Programmer’s Manua…
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | Kconfig | 186 will be called amd-xgbe.
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 19 amd Advanced Micro Devices (AMD), Inc.
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 13 option. Visit <http://www.amd.com/products/nvd/overview/cfi.html>
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 321 Use device /dev/skd$N amd /dev/skd$Np$M.
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 487 http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2012/10/Seattle_ACPI_Guide.pdf
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 1343 http://products.amd.com/en-us/GraphicCardResult.aspx
|