/linux-6.6.21/arch/riscv/ |
D | Kconfig.errata | 1 menu "CPU errata selection" 4 bool "Andes AX45MP errata" 7 All Andes errata Kconfig depend on this Kconfig. Disabling 8 this Kconfig will disable all Andes errata. Please say "Y" 14 bool "Apply Andes cache management errata" 19 This will apply the cache management errata to handle the 25 bool "SiFive errata" 28 All SiFive errata Kconfig depend on this Kconfig. Disabling 29 this Kconfig will disable all SiFive errata. Please say "Y" 35 bool "Apply SiFive errata CIP-453" [all …]
|
D | Kbuild | 5 obj-y += errata/
|
/linux-6.6.21/drivers/pwm/ |
D | pwm-atmel-hlcdc.c | 34 const struct atmel_hlcdc_pwm_errata *errata; member 58 if (!atmel->errata || !atmel->errata->slow_clk_erratum) { in atmel_hlcdc_pwm_apply() 68 if ((atmel->errata && atmel->errata->slow_clk_erratum) || in atmel_hlcdc_pwm_apply() 81 if (!pres && atmel->errata && in atmel_hlcdc_pwm_apply() 82 atmel->errata->div1_clk_erratum) in atmel_hlcdc_pwm_apply() 265 atmel->errata = match->data; in atmel_hlcdc_pwm_probe()
|
/linux-6.6.21/Documentation/translations/zh_CN/arch/arm64/ |
D | silicon-errata.txt | 1 Chinese translated version of Documentation/arch/arm64/silicon-errata.rst 13 Documentation/arch/arm64/silicon-errata.rst 的中文翻译 33 一个不幸的现实:硬件经常带有一些所谓的“瑕疵(errata)”,导致其在 52 “基于可选方法框架的 ARM 瑕疵补救措施(ARM errata workarounds via
|
/linux-6.6.21/Documentation/translations/zh_TW/arch/arm64/ |
D | silicon-errata.txt | 3 Chinese translated version of Documentation/arch/arm64/silicon-errata.rst 16 Documentation/arch/arm64/silicon-errata.rst 的中文翻譯 37 一個不幸的現實:硬體經常帶有一些所謂的「瑕疵(errata)」,導致其在 56 「基於可選方法框架的 ARM 瑕疵補救措施(ARM errata workarounds via
|
/linux-6.6.21/arch/arm/mach-omap2/ |
D | dma.c | 83 unsigned errata = 0; in configure_dma_errata() local 162 return errata; in configure_dma_errata() 190 dma_plat_info.errata = configure_dma_errata(); in omap2_system_dma_init()
|
/linux-6.6.21/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-6.6.21/Documentation/arch/arm64/ |
D | silicon-errata.rst | 10 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
|
D | index.rst | 25 silicon-errata
|
/linux-6.6.21/drivers/acpi/ |
D | acpi_processor.c | 35 struct acpi_processor_errata errata __read_mostly; 36 EXPORT_SYMBOL_GPL(errata); 80 errata.piix4.throttle = 1; in acpi_processor_errata_piix4() 103 errata.piix4.bmisx = pci_resource_start(dev, 4); in acpi_processor_errata_piix4() 123 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 130 if (errata.piix4.bmisx) in acpi_processor_errata_piix4() 132 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
/linux-6.6.21/include/linux/ |
D | omap-dma.h | 104 #define IS_DMA_ERRATA(id) (errata & (id)) 105 #define SET_DMA_ERRATA(id) (errata |= (id)) 273 u32 errata; member
|
/linux-6.6.21/arch/riscv/errata/sifive/ |
D | Makefile | 2 obj-y += errata.o
|
/linux-6.6.21/arch/arm/mach-omap1/ |
D | dma.c | 244 unsigned errata = 0; in configure_dma_errata() local 253 return errata; in configure_dma_errata() 356 p.errata = configure_dma_errata(); in omap1_system_dma_init()
|
/linux-6.6.21/arch/riscv/errata/andes/ |
D | Makefile | 5 obj-y += errata.o
|
/linux-6.6.21/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 208 if (dev_priv->ops->errata) in psb_modeset_init() 209 dev_priv->ops->errata(dev); in psb_modeset_init()
|
/linux-6.6.21/arch/riscv/errata/thead/ |
D | Makefile | 11 obj-y += errata.o
|
/linux-6.6.21/Documentation/virt/kvm/x86/ |
D | index.rst | 12 errata
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | compat.rst | 9 The following chapters document the evolution of the V4L2 API, errata or
|
/linux-6.6.21/arch/arm/ |
D | Kconfig | 336 specific physical addresses or enable errata workarounds that may 617 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory" 626 bool "ARM errata: Invalidation of the Instruction Cache operation can fail" 635 bool "ARM errata: Stale prediction on replaced interworking branch" 651 bool "ARM errata: Processor deadlock when a false hazard is created" 667 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data" 682 bool "ARM errata: DMB operation may be faulty" 698 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption" 716 bool "ARM errata: LoUIS bit field in CLIDR register is incorrect" 727 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID" [all …]
|
/linux-6.6.21/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
|
/linux-6.6.21/drivers/video/fbdev/aty/ |
D | radeonfb.h | 319 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-6.6.21/arch/arm/boot/dts/ti/omap/ |
D | am57xx-beagle-x15-revb1.dts | 33 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
D | am57xx-beagle-x15.dts | 35 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
/linux-6.6.21/arch/mips/cavium-octeon/executive/ |
D | Makefile | 19 obj-y += cvmx-helper-errata.o cvmx-helper-jtag.o cvmx-boot-vector.o
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | atmel_usba_udc.h | 317 const struct usba_udc_errata *errata; member 336 const struct usba_udc_errata *errata; member
|