Home
last modified time | relevance | path

Searched full:errata (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/Linux-v5.15/arch/mips/include/asm/
Dwar.h13 * Work around certain R4000 CPU errata (as implemented by GCC):
17 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
19 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum
24 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
25 * errata #16 & #28
29 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0",
39 * Work around certain R4400 CPU errata (as implemented by GCC):
43 * "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10
44 * "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4
53 * Work around the "daddi" and "daddiu" CPU errata:
[all …]
/Linux-v5.15/arch/riscv/
DKconfig.erratas1 menu "CPU errata selection"
8 errata required by the execution platform at run time. The
13 bool "SiFive errata"
16 All SiFive errata Kconfig depend on this Kconfig. Disabling
17 this Kconfig will disable all SiFive errata. Please say "Y"
23 bool "Apply SiFive errata CIP-453"
27 This will apply the SiFive CIP-453 errata to add sign extension
34 bool "Apply SiFive errata CIP-1200"
38 This will apply the SiFive CIP-1200 errata to repalce all
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwell/
Dvirtual-memory.json7 "Errata": "BDM69", string
18 "Errata": "BDM69", string
29 "Errata": "BDM69", string
40 "Errata": "BDM69", string
50 "Errata": "BDM69", string
61 "Errata": "BDM69", string
99 "Errata": "BDM69", string
110 "Errata": "BDM69", string
121 "Errata": "BDM69", string
132 "Errata": "BDM69", string
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwellde/
Dvirtual-memory.json8 "Errata": "BDM69", string
19 "Errata": "BDM69", string
30 "Errata": "BDM69", string
41 "Errata": "BDM69", string
52 "Errata": "BDM69", string
62 "Errata": "BDM69", string
100 "Errata": "BDM69", string
111 "Errata": "BDM69", string
122 "Errata": "BDM69", string
133 "Errata": "BDM69", string
[all …]
Dcache.json242 "Errata": "BDM76", string
254 "Errata": "BDM76", string
266 "Errata": "BDM76", string
276 "Errata": "BDM76", string
287 "Errata": "BDM76", string
299 "Errata": "BDM76", string
310 "Errata": "BDM76", string
322 "Errata": "BDM76", string
429 "Errata": "BDM35", string
504 "Errata": "BDM35", string
[all …]
Dmemory.json321 "Errata": "BDM100, BDM35", string
336 "Errata": "BDM100, BDM35", string
351 "Errata": "BDM100, BDM35", string
366 "Errata": "BDM100, BDM35", string
381 "Errata": "BDM100, BDM35", string
396 "Errata": "BDM100, BDM35", string
411 "Errata": "BDM100, BDM35", string
426 "Errata": "BDM100, BDM35", string
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwellx/
Dvirtual-memory.json8 "Errata": "BDM69", string
19 "Errata": "BDM69", string
30 "Errata": "BDM69", string
41 "Errata": "BDM69", string
52 "Errata": "BDM69", string
62 "Errata": "BDM69", string
100 "Errata": "BDM69", string
111 "Errata": "BDM69", string
122 "Errata": "BDM69", string
133 "Errata": "BDM69", string
[all …]
Dcache.json242 "Errata": "BDM76", string
254 "Errata": "BDM76", string
266 "Errata": "BDM76", string
276 "Errata": "BDM76", string
287 "Errata": "BDM76", string
299 "Errata": "BDM76", string
310 "Errata": "BDM76", string
322 "Errata": "BDM76", string
429 "Errata": "BDM35", string
504 "Errata": "BDM35", string
[all …]
/Linux-v5.15/drivers/pwm/
Dpwm-atmel-hlcdc.c33 const struct atmel_hlcdc_pwm_errata *errata; member
57 if (!chip->errata || !chip->errata->slow_clk_erratum) { in atmel_hlcdc_pwm_apply()
66 /* Errata: cannot use slow clk on some IP revisions */ in atmel_hlcdc_pwm_apply()
67 if ((chip->errata && chip->errata->slow_clk_erratum) || in atmel_hlcdc_pwm_apply()
79 /* Errata: cannot divide by 1 on some IP revisions */ in atmel_hlcdc_pwm_apply()
80 if (!pres && chip->errata && in atmel_hlcdc_pwm_apply()
81 chip->errata->div1_clk_erratum) in atmel_hlcdc_pwm_apply()
220 /* 9n12 has same errata as 9x5 HLCDC PWM */
263 chip->errata = match->data; in atmel_hlcdc_pwm_probe()
/Linux-v5.15/include/clocksource/
Dtimer-ti-dm.h67 * timer errata flags
69 * Errata i103/i767 impacts all OMAP3/4/5 devices including AM33xx. This
70 * errata prevents us from using posted mode on these devices, unless the
72 * the OMAP3/4/5 errata documents.
116 u32 errata; member
315 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted()
328 * __omap_dm_timer_override_errata - override errata flags for a timer
330 * @errata: errata flags to be ignored
332 * For a given timer, override a timer errata by clearing the flags
333 * specified by the errata argument. A specific erratum should only be
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswellx/
Dcache.json8 "Errata": "HSD78", string
39 "Errata": "HSD78", string
60 "Errata": "HSD78", string
71 "Errata": "HSD78", string
112 "Errata": "HSD78", string
143 "Errata": "HSD78", string
164 "Errata": "HSD78", string
265 "Errata": "HSD78, HSD62, HSD61", string
277 "Errata": "HSD78, HSD62, HSD61", string
288 "Errata": "HSD78, HSD62, HSD61", string
[all …]
Dfrontend.json8 "Errata": "HSD135", string
223 "Errata": "HSD135", string
235 "Errata": "HSD135", string
247 "Errata": "HSD135", string
258 "Errata": "HSD135", string
269 "Errata": "HSD135", string
281 "Errata": "HSD135", string
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswell/
Dcache.json7 "Errata": "HSD78", string
38 "Errata": "HSD78", string
59 "Errata": "HSD78", string
70 "Errata": "HSD78", string
111 "Errata": "HSD78", string
142 "Errata": "HSD78", string
163 "Errata": "HSD78", string
264 "Errata": "HSD78, HSD62, HSD61", string
274 "Errata": "HSD78, HSD62, HSD61", string
285 "Errata": "HSD78, HSD62, HSD61", string
[all …]
Dfrontend.json7 "Errata": "HSD135", string
222 "Errata": "HSD135", string
233 "Errata": "HSD135", string
244 "Errata": "HSD135", string
255 "Errata": "HSD135", string
266 "Errata": "HSD135", string
278 "Errata": "HSD135", string
/Linux-v5.15/Documentation/translations/zh_CN/arm64/
Dsilicon-errata.txt1 Chinese translated version of Documentation/arm64/silicon-errata.rst
13 Documentation/arm64/silicon-errata.rst 的中文翻译
33 一个不幸的现实:硬件经常带有一些所谓的“瑕疵(errata)”,导致其在
42 笔记”(“Software Developers Errata Notice”)文档。
52 “基于可选方法框架的 ARM 瑕疵补救措施(ARM errata workarounds via
/Linux-v5.15/Documentation/translations/zh_TW/arm64/
Dsilicon-errata.txt3 Chinese translated version of Documentation/arm64/silicon-errata.rst
16 Documentation/arm64/silicon-errata.rst 的中文翻譯
37 一個不幸的現實:硬體經常帶有一些所謂的「瑕疵(errata)」,導致其在
46 筆記」(「Software Developers Errata Notice」)文檔。
56 「基於可選方法框架的 ARM 瑕疵補救措施(ARM errata workarounds via
/Linux-v5.15/arch/arm/
DKconfig772 bool "PJ4B Errata 4742: IDLE Wake Up Commands can Cause the CPU Core to Cease Operation"
786 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
795 bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
804 bool "ARM errata: Stale prediction on replaced interworking branch"
820 bool "ARM errata: Processor deadlock when a false hazard is created"
834 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
847 bool "ARM errata: DMB operation may be faulty"
860 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
875 bool "ARM errata: LoUIS bit field in CLIDR register is incorrect"
886 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
[all …]
/Linux-v5.15/arch/riscv/errata/sifive/
Derrata.c74 pr_warn("WARNING: Missing the following errata may cause potential issues\n"); in warn_miss_errata()
77 pr_warn("\tSiFive Errata[%d]:%s\n", i, errata_list[i].name); in warn_miss_errata()
94 WARN(1, "This errata id:%d is not in kernel errata list", alt->errata_id); in sifive_errata_patch_func()
/Linux-v5.15/arch/arm64/kernel/
Dcpu_errata.c3 * Contains CPU specific errata definitions
143 /* Errata affecting a range of revisions of given model variant */
147 /* Errata affecting a single variant/revision of a model */
151 /* Errata affecting all variants/revisions of a given a model */
156 /* Errata affecting a list of midr ranges, with same work around */
257 /* Cortex-A53 r0p[012]: ARM errata 826319, 827319, 824069 */
261 /* Cortex-A53 r0p[01] : ARM errata 819472 */
346 .desc = "ARM errata 826319, 827319, 824069, or 819472",
482 .desc = "ARM errata 1165522, 1319367, or 1530923",
/Linux-v5.15/arch/arm/mach-pxa/
Dsleep.S61 @ set SDCLKx divide-by-2 bits (this is part of a workaround for Errata 50)
67 @ (see Errata 50, ...processor does not exit from sleep...)
104 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep
160 @ (see Errata 38 ...hangs when entering self-refresh mode)
/Linux-v5.15/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c231 /* Errata 10GE_10 - SW should intepret RALN as 0 */ in xgene_get_extd_stats()
234 /* Errata ENET_15 - Fixes RFCS, RFLR, TFCS counter */ in xgene_get_extd_stats()
244 /* Errata 10GE_8 - Update Frame recovered from Errata 10GE_8/ENET_11 */ in xgene_get_extd_stats()
246 /* Errata ENET_15 - Jabber Frame recov'ed from Errata 10GE_10/ENET_15 */ in xgene_get_extd_stats()
/Linux-v5.15/arch/mips/kernel/
Dr4k-bugs64.c64 * See "MIPS R4000PC/SC Errata, Processor Revision 2.2 and in mult_sh_align_mod()
65 * 3.0" by MIPS Technologies, Inc., errata #16 and #28 for in mult_sh_align_mod()
197 * See "MIPS R4000PC/SC Errata, Processor Revision 2.2 and in check_daddi()
257 * See "MIPS R4400PC/SC Errata, Processor Revision 1.0" by in check_daddiu()
260 * According to "MIPS R4000PC/SC Errata, Processor Revision in check_daddiu()
266 * I got no permission to duplicate the errata here, sigh... in check_daddiu()
/Linux-v5.15/Documentation/devicetree/bindings/display/tilcdc/
Dtilcdc.txt22 color errata [1].
43 [1] There is an errata about AM335x color wiring. For 16-bit color mode
48 Silicon Errata:
/Linux-v5.15/arch/mips/cavium-octeon/executive/
Dcvmx-helper-errata.c30 * Fixes and workaround for Octeon chip errata. This file
32 * chip errata. For the most part, code doesn't need to call
43 * Due to errata G-720, the 2nd order CDR circuit on CN52XX pass
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-platform-at9110 Due to a chip bug (errata 50.2.6.3 & 50.3.5.3 in
15 The workaround in the errata suggests not to use the

12345678910>>...24