Home
last modified time | relevance | path

Searched refs:errata (Results 1 – 25 of 90) sorted by relevance

1234

/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/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()
67 if ((chip->errata && chip->errata->slow_clk_erratum) || 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()
263 chip->errata = match->data; in atmel_hlcdc_pwm_probe()
/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)”,导致其在
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)」,導致其在
56 「基於可選方法框架的 ARM 瑕疵補救措施(ARM errata workarounds via
/Linux-v5.15/arch/arm/mach-omap2/
Ddma.c82 unsigned errata = 0; in configure_dma_errata() local
161 return errata; in configure_dma_errata()
189 dma_plat_info.errata = configure_dma_errata(); in omap2_system_dma_init()
/Linux-v5.15/include/clocksource/
Dtimer-ti-dm.h116 u32 errata; member
315 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted()
338 u32 errata) in __omap_dm_timer_override_errata() argument
340 timer->errata &= ~errata; in __omap_dm_timer_override_errata()
/Linux-v5.15/Documentation/arm64/
Dsilicon-errata.rst10 so-called "errata", which can cause it to deviate from the architecture
12 errata are broadly classified into the following categories:
26 As far as Linux is concerned, Category B errata may require some special
37 Features" -> "ARM errata workarounds via the alternatives framework".
44 errata are worked around in an arbitrary kernel source tree, so this
Dindex.rst23 silicon-errata
/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
/Linux-v5.15/drivers/acpi/
Dacpi_processor.c29 struct acpi_processor_errata errata __read_mostly;
30 EXPORT_SYMBOL_GPL(errata);
74 errata.piix4.throttle = 1; in acpi_processor_errata_piix4()
97 errata.piix4.bmisx = pci_resource_start(dev, 4); in acpi_processor_errata_piix4()
117 errata.piix4.fdma = 1; in acpi_processor_errata_piix4()
124 if (errata.piix4.bmisx) in acpi_processor_errata_piix4()
126 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
/Linux-v5.15/include/linux/
Domap-dma.h104 #define IS_DMA_ERRATA(id) (errata & (id))
105 #define SET_DMA_ERRATA(id) (errata |= (id))
273 u32 errata; member
/Linux-v5.15/arch/riscv/errata/sifive/
DMakefile2 obj-y += errata.o
/Linux-v5.15/arch/arm/mach-omap1/
Ddma.c244 unsigned errata = 0; in configure_dma_errata() local
253 return errata; in configure_dma_errata()
372 p.errata = configure_dma_errata(); in omap1_system_dma_init()
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dcompat.rst9 The following chapters document the evolution of the V4L2 API, errata or
/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
/Linux-v5.15/arch/arm/
DKconfig786 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"
898 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
[all …]
/Linux-v5.15/drivers/video/fbdev/aty/
Dradeonfb.h319 unsigned int errata; member
407 if (rinfo->errata & CHIP_ERRATA_PLL_DUMMYREADS) in radeon_pll_errata_after_index()
414 if (rinfo->errata & (CHIP_ERRATA_PLL_DELAY|CHIP_ERRATA_R300_CG)) in radeon_pll_errata_after_data()
/Linux-v5.15/arch/mips/cavium-octeon/executive/
DMakefile19 obj-y += cvmx-helper-errata.o cvmx-helper-jtag.o cvmx-boot-vector.o
/Linux-v5.15/arch/arm/boot/dts/
Dam57xx-beagle-x15-revb1.dts33 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
Dam57xx-beagle-x15.dts35 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
/Linux-v5.15/drivers/usb/gadget/udc/
Datmel_usba_udc.h317 const struct usba_udc_errata *errata; member
336 const struct usba_udc_errata *errata; member
/Linux-v5.15/Documentation/driver-api/firmware/
Dintroduction.rst8 * Microcode for CPU errata
/Linux-v5.15/drivers/i2c/busses/
Di2c-omap.c213 u16 errata; member
1038 if (omap->errata & I2C_OMAP_ERRATA_I462) { in omap_i2c_transmit_data()
1131 if (omap->errata & I2C_OMAP_ERRATA_I207) { in omap_i2c_xfer_data()
1437 omap->errata = 0; in omap_i2c_probe()
1441 omap->errata |= I2C_OMAP_ERRATA_I207; in omap_i2c_probe()
1444 omap->errata |= I2C_OMAP_ERRATA_I462; in omap_i2c_probe()
/Linux-v5.15/arch/arm/mm/
Dcache-l2x0.c685 const char *errata[8]; in l2c310_fixup() local
694 errata[n++] = "588369"; in l2c310_fixup()
701 errata[n++] = "727915"; in l2c310_fixup()
710 errata[n++] = "752271"; in l2c310_fixup()
717 errata[n++] = "753970"; in l2c310_fixup()
721 errata[n++] = "769419"; in l2c310_fixup()
728 pr_cont(" %s", errata[i]); in l2c310_fixup()
/Linux-v5.15/arch/powerpc/platforms/44x/
DKconfig306 bool "Enable linker work around for PPC476FPE errata #46"
310 through pages (IBM errata #46). It requires a recent version
318 # 44x errata/workaround config symbols, selected by the CPU models above

1234