/linux-5.10/arch/mips/include/asm/ |
D | war.h | 13 * 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-5.10/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | virtual-memory.json | 8 "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 …]
|
D | cache.json | 242 "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-5.10/tools/perf/pmu-events/arch/x86/broadwell/ |
D | virtual-memory.json | 7 "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-5.10/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | virtual-memory.json | 8 "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 …]
|
D | cache.json | 242 "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 …]
|
D | memory.json | 321 "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-5.10/drivers/ide/ |
D | piix.c | 11 * Publicly available from Intel web site. Errata documentation 13 * driver the list of errata that are relevant is below.going back to 16 * Errata of note: 19 * PIIX4 errata #9 - Only on ultra obscure hw 20 * ICH3 errata #13 - Not observed to affect real hw 24 * PIIX4 errata #10 - BM IDE hang with non UDMA 26 * 440MX errata #15 - As PIIX4 errata #10 27 * PIIX4 errata #15 - Must not read control registers 29 * 440MX errata #13 - As PIIX4 errata #15 30 * ICH2 errata #21 - DMA mode 0 doesn't work right [all …]
|
/linux-5.10/drivers/pwm/ |
D | pwm-atmel-hlcdc.c | 33 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-5.10/include/clocksource/ |
D | timer-ti-dm.h | 67 * 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. 115 u32 errata; member 314 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted() 327 * __omap_dm_timer_override_errata - override errata flags for a timer 329 * @errata: errata flags to be ignored 331 * For a given timer, override a timer errata by clearing the flags 332 * specified by the errata argument. A specific erratum should only be [all …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/ |
D | cache.json | 8 "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 …]
|
D | frontend.json | 8 "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-5.10/tools/perf/pmu-events/arch/x86/haswell/ |
D | cache.json | 7 "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 …]
|
D | frontend.json | 7 "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-5.10/Documentation/translations/zh_CN/arm64/ |
D | silicon-errata.txt | 1 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-5.10/arch/arm/ |
D | Kconfig | 824 bool "PJ4B Errata 4742: IDLE Wake Up Commands can Cause the CPU Core to Cease Operation" 838 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory" 847 bool "ARM errata: Invalidation of the Instruction Cache operation can fail" 856 bool "ARM errata: Stale prediction on replaced interworking branch" 872 bool "ARM errata: Processor deadlock when a false hazard is created" 886 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data" 899 bool "ARM errata: DMB operation may be faulty" 912 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption" 927 bool "ARM errata: LoUIS bit field in CLIDR register is incorrect" 938 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID" [all …]
|
/linux-5.10/arch/arm64/kernel/ |
D | cpu_errata.c | 3 * Contains CPU specific errata definitions 145 /* Errata affecting a range of revisions of given model variant */ 149 /* Errata affecting a single variant/revision of a model */ 153 /* Errata affecting all variants/revisions of a given a model */ 158 /* Errata affecting a list of midr ranges, with same work around */ 269 /* Cortex-A53 r0p[012]: ARM errata 826319, 827319, 824069 */ 273 /* Cortex-A53 r0p[01] : ARM errata 819472 */ 358 .desc = "ARM errata 826319, 827319, 824069, or 819472", 491 .desc = "ARM errata 1165522, 1319367, or 1530923",
|
/linux-5.10/arch/arm/mach-pxa/ |
D | sleep.S | 61 @ 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-5.10/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 231 /* 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-5.10/arch/mips/kernel/ |
D | r4k-bugs64.c | 64 * 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-5.10/Documentation/devicetree/bindings/display/tilcdc/ |
D | tilcdc.txt | 22 color errata [1]. 43 [1] There is an errata about AM335x color wiring. For 16-bit color mode 48 Silicon Errata:
|
/linux-5.10/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-errata.c | 30 * 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-5.10/Documentation/ABI/testing/ |
D | sysfs-platform-at91 | 10 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
|
/linux-5.10/arch/arm/mach-omap2/ |
D | omap4-common.c | 88 * OMAP4 Errata i688 - asynchronous bridge corruption when entering WFI. 103 * The work-around for this errata needs all the initiators connected 135 pr_warn("%s:Unable to allocate sram needed to handle errata I688\n", in omap4_sram_init() 139 pr_warn("%s:Unable to get sram pool needed to handle errata I688\n", in omap4_sram_init() 311 /* Extract GIC distributor and TWD bases for OMAP4460 ROM Errata WA */ in omap_gic_of_init()
|
/linux-5.10/drivers/ata/ |
D | ata_piix.c | 24 * Publicly available from Intel web site. Errata documentation 26 * driver the list of errata that are relevant is below, going back to 37 * Errata of note: 40 * PIIX4 errata #9 - Only on ultra obscure hw 41 * ICH3 errata #13 - Not observed to affect real hw 45 * PIIX4 errata #10 - BM IDE hang with non UDMA 47 * 440MX errata #15 - As PIIX4 errata #10 48 * PIIX4 errata #15 - Must not read control registers 50 * 440MX errata #13 - As PIIX4 errata #15 51 * ICH2 errata #21 - DMA mode 0 doesn't work right [all …]
|