Home
last modified time | relevance | path

Searched refs:amd (Results 1 – 73 of 73) sorted by relevance

/linux-4.4.14/sound/sparc/
Damd7930.c347 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/
Damd-xgbe.txt1 * 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/
DMakefile1 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/
Dk10temp21 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 …]
Dk8temp8 Datasheet: http://support.amd.com/us/Processor_TechDocs/32559.pdf
/linux-4.4.14/arch/arm64/boot/dts/amd/
Damd-overdrive.dts9 /include/ "amd-seattle-soc.dtsi"
13 compatible = "amd,seattle-overdrive", "amd,seattle";
Damd-seattle-soc.dtsi8 compatible = "amd,seattle";
61 /include/ "amd-seattle-clks.dtsi"
138 compatible = "amd,ccp-seattle-v1a";
DMakefile1 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive.dtb
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
DMakefile5 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/
Dsysfs-class-iommu-amd-iommu1 What: /sys/class/iommu/<iommu>/amd-iommu/cap
9 What: /sys/class/iommu/<iommu>/amd-iommu/features
Dsysfs-bus-usb125 Contact: Andiry Xu <andiry.xu@amd.com>
Dsysfs-devices-system-cpu179 http://developer.amd.com/documentation/guides/Pages/default.aspx
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
DMakefile5 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/
Damd-ccp.txt4 - compatible: Should be "amd,ccp-seattle-v1a"
15 compatible = "amd,ccp-seattle-v1a";
/linux-4.4.14/arch/x86/kvm/
DMakefile20 kvm-amd-y += svm.o pmu_amd.o
24 obj-$(CONFIG_KVM_AMD) += kvm-amd.o
DKconfig81 will be called kvm-amd.
Dmmu.c3620 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/
DMakefile2 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
DMakefile4 microcode-$(CONFIG_MICROCODE_AMD) += amd.o
/linux-4.4.14/drivers/gpu/drm/
DMakefile41 obj-$(CONFIG_HSA_AMD) += amd/amdkfd/
43 obj-$(CONFIG_DRM_AMDGPU)+= amd/amdgpu/
DKconfig162 source "drivers/gpu/drm/amd/amdgpu/Kconfig"
264 source "drivers/gpu/drm/amd/amdkfd/Kconfig"
/linux-4.4.14/arch/arm64/boot/dts/
DMakefile2 dts-dirs += amd
/linux-4.4.14/arch/powerpc/boot/dts/
Dmedia5200.dts115 compatible = "amd,am29lv28ml", "cfi-flash";
122 compatible = "amd,am29lv28ml", "cfi-flash";
Dpdm360ng.dts45 compatible = "amd,s29gl01gp", "cfi-flash";
Dlite5200.dts303 compatible = "amd,am29lv652d", "cfi-flash";
Dxpedite5301.dts80 compatible = "amd,s29gl01gp", "cfi-flash";
109 compatible = "amd,s29gl01gp", "cfi-flash";
Dxpedite5370.dts78 compatible = "amd,s29gl01gp", "cfi-flash";
107 compatible = "amd,s29gl01gp", "cfi-flash";
Dwarp.dts153 compatible = "amd,s29gl032a", "cfi-flash";
Dxpedite5330.dts116 compatible = "amd,s29gl01gp", "cfi-flash";
145 compatible = "amd,s29gl01gp", "cfi-flash";
Dxcalibur1501.dts80 compatible = "amd,s29gl01gp", "cfi-flash";
109 compatible = "amd,s29gl01gp", "cfi-flash";
Dsocrates.dts252 compatible = "amd,s29gl256n", "cfi-flash";
Dhaleakala.dts138 compatible = "amd,s29gl512n", "cfi-flash";
Dobs600.dts159 compatible = "amd,s29gl512n", "cfi-flash";
Dyosemite.dts143 compatible = "amd,s29gl256n", "cfi-flash";
Drainier.dts156 compatible = "amd,s29gl256n", "cfi-flash";
Darches.dts191 compatible = "amd,s29gl256n", "cfi-flash";
Dsequoia.dts183 compatible = "amd,s29gl256n", "cfi-flash";
Deiger.dts162 compatible = "amd,s29gl512n", "cfi-flash";
Dbluestone.dts185 compatible = "amd,s29gl512n", "cfi-flash";
Dmakalu.dts139 compatible = "amd,s29gl512n", "cfi-flash";
Dredwood.dts158 compatible = "amd,s29gl512n", "cfi-flash";
Dkilauea.dts155 compatible = "amd,s29gl512n", "cfi-flash";
Dcanyonlands.dts219 compatible = "amd,s29gl512n", "cfi-flash";
Dglacier.dts179 compatible = "amd,s29gl512n", "cfi-flash";
/linux-4.4.14/drivers/char/agp/
DMakefile8 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
/linux-4.4.14/fs/autofs4/
DKconfig7 automounter (amd), which is a pure user space daemon.
/linux-4.4.14/drivers/char/hw_random/
DMakefile9 obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o
DKconfig61 module will be called amd-rng.
/linux-4.4.14/drivers/ata/
Dpata_amd.c598 static const struct pci_device_id amd[] = { variable
625 .id_table = amd,
639 MODULE_DEVICE_TABLE(pci, amd);
/linux-4.4.14/Documentation/mips/
DAU1xxx_IDE.README119 Matthias Lenk <matthias.lenk@amd.com>
122 Enrico Walther <enrico.walther@amd.com>
/linux-4.4.14/drivers/net/phy/
DMakefile36 obj-$(CONFIG_AMD_PHY) += amd.o
/linux-4.4.14/arch/x86/kernel/cpu/
DMakefile27 obj-$(CONFIG_CPU_SUP_AMD) += amd.o
/linux-4.4.14/drivers/pinctrl/
DMakefile16 obj-$(CONFIG_PINCTRL_AMD) += pinctrl-amd.o
/linux-4.4.14/Documentation/cpu-freq/
Damd-powernow.txt28 26094, in chapter 9, available for download from www.amd.com.
/linux-4.4.14/drivers/net/ethernet/
DMakefile13 obj-$(CONFIG_NET_VENDOR_AMD) += amd/
DKconfig27 source "drivers/net/ethernet/amd/Kconfig"
/linux-4.4.14/Documentation/i2c/busses/
Di2c-piix412 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/
Dpmu.c260 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/
Dinterface.h364 struct xen_pmu_amd_ctxt amd; member
/linux-4.4.14/
D.mailmap57 Jacob Shin <Jacob.Shin@amd.com>
100 Peter Oruba <peter.oruba@amd.com>
DMAINTAINERS610 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/
Dedac.txt750 (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
Dkernel-parameters.txt1762 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/
Dmtd-physmap.txt50 compatible = "amd,am29lv128ml", "cfi-flash";
/linux-4.4.14/drivers/gpu/drm/radeon/
DMakefile5 ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include
/linux-4.4.14/Documentation/networking/
Ds2io.txt136 http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt145 http://support.amd.com/us/Processor_TechDocs/24593_APM_v2.pdf[AMD64 Architecture Programmer’s Manua…
/linux-4.4.14/drivers/net/ethernet/amd/
DKconfig186 will be called amd-xgbe.
/linux-4.4.14/Documentation/devicetree/bindings/
Dvendor-prefixes.txt19 amd Advanced Micro Devices (AMD), Inc.
/linux-4.4.14/drivers/mtd/chips/
DKconfig13 option. Visit <http://www.amd.com/products/nvd/overview/cfi.html>
/linux-4.4.14/drivers/block/
DKconfig321 Use device /dev/skd$N amd /dev/skd$Np$M.
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt487 http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2012/10/Seattle_ACPI_Guide.pdf
/linux-4.4.14/drivers/video/fbdev/
DKconfig1343 http://products.amd.com/en-us/GraphicCardResult.aspx