Home
last modified time | relevance | path

Searched refs:erratum (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/arch/arm/mach-tegra/
Dreset-handler.S131 orr r0, r0, #1 << 14 @ erratum 716044
134 orr r0, r0, #1 << 4 @ erratum 742230
135 orr r0, r0, #1 << 11 @ erratum 751472
147 orr r0, r0, #1 << 6 @ erratum 743622
148 orr r0, r0, #1 << 11 @ erratum 751472
/linux-4.1.27/Documentation/devicetree/bindings/net/nfc/
Dtrf7970a.txt18 "IRQ Status Read" erratum.
20 erratum.
/linux-4.1.27/include/linux/
Damd-iommu.h49 extern void amd_iommu_enable_device_erratum(struct pci_dev *pdev, u32 erratum);
/linux-4.1.27/arch/x86/kernel/cpu/
Damd.c546 static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum);
854 static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum) in cpu_has_amd_erratum() argument
856 int osvw_id = *erratum++; in cpu_has_amd_erratum()
876 while ((range = *erratum++)) in cpu_has_amd_erratum()
/linux-4.1.27/arch/arm/mach-iop33x/include/mach/
Dentry-macro.S24 mrceq p6, 0, \irqstat, c14, c0, 0 @ erratum 63 workaround
/linux-4.1.27/arch/arm64/
DKconfig297 erratum 826319 on Cortex-A53 parts up to r0p2 with an AMBA 4 ACE or
318 erratum 827319 on Cortex-A53 parts up to r0p2 with an AMBA 5 CHI
321 Under certain conditions this erratum can cause a clean line eviction
339 erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
345 address, then this erratum might cause a clean cache line to be
361 erratum 819472 on Cortex-A53 parts up to r0p1 with an L2 cache
366 maintenance operation to the same address, then this erratum might
382 erratum 832075 on Cortex-A57 parts up to r1p2.
401 erratum 845719 on Cortex-A53 parts up to r0p4.
/linux-4.1.27/arch/arm/
DKconfig1033 fail. This erratum is present in 1136 (before r1p4), 1156 and 1176.
1042 r1p* erratum. If a code sequence containing an ARM/Thumb
1059 erratum. For very specific sequences of memory operations, it is
1073 erratum. Any asynchronous access to the L2 cache may encounter a
1086 (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction
1099 (r2p0..r2p2) erratum. Under certain conditions, specific to the
1114 r1p0) erratum. On affected cores the LoUIS bit field of the CLIDR
1124 r2p0) erratum. A faulty ASID can be sent to the other CPUs for the
1126 As a consequence of this erratum, some TLB entries which should be
1137 (r2p*) erratum. Under very rare conditions, a faulty
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/serial/
D8250.txt52 erratum A-004737 (relating to incorrect BRK handling).
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Ddwc3.txt20 - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled
/linux-4.1.27/arch/arm/kernel/
Dentry-header.S297 @ We must avoid clrex due to Cortex-A15 erratum #830321
346 @ We must avoid clrex due to Cortex-A15 erratum #830321
/linux-4.1.27/Documentation/hwmon/
Dk10temp52 the sensor may return inconsistent values (erratum 319). The driver
/linux-4.1.27/arch/powerpc/platforms/8xx/
DKconfig135 This enables a workaround for erratum CPU15 on MPC8xx chips.
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES46 4) Beta B.2 version had the following erratum:
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dmpc8536si-post.dtsi173 /* mark compat w/8572 to get some erratum treatment */
/linux-4.1.27/drivers/iommu/
Damd_iommu.c227 static bool pdev_pri_erratum(struct pci_dev *pdev, u32 erratum) in pdev_pri_erratum() argument
233 return dev_data->errata & (1 << erratum) ? true : false; in pdev_pri_erratum()
3783 void amd_iommu_enable_device_erratum(struct pci_dev *pdev, u32 erratum) in amd_iommu_enable_device_erratum() argument
3791 dev_data->errata |= (1 << erratum); in amd_iommu_enable_device_erratum()
/linux-4.1.27/arch/arm/mm/
DKconfig927 rare circumstances, due to this erratum, write data can be lost when
935 This option enables the workaround for the 753970 PL310 (r3p0) erratum.