/Linux-v5.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() 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.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)”,导致其在 52 “基于可选方法框架的 ARM 瑕疵补救措施(ARM errata workarounds via
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | dma.c | 82 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.10/include/clocksource/ |
D | timer-ti-dm.h | 115 u32 errata; member 314 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted() 337 u32 errata) in __omap_dm_timer_override_errata() argument 339 timer->errata &= ~errata; in __omap_dm_timer_override_errata()
|
/Linux-v5.10/Documentation/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 | 22 silicon-errata
|
/Linux-v5.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-v5.10/drivers/acpi/ |
D | acpi_processor.c | 36 struct acpi_processor_errata errata __read_mostly; 37 EXPORT_SYMBOL_GPL(errata); 81 errata.piix4.throttle = 1; in acpi_processor_errata_piix4() 104 errata.piix4.bmisx = pci_resource_start(dev, 4); in acpi_processor_errata_piix4() 124 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 131 if (errata.piix4.bmisx) in acpi_processor_errata_piix4() 134 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
/Linux-v5.10/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-v5.10/arch/arm/mach-omap1/ |
D | dma.c | 244 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.10/Documentation/userspace-api/media/v4l/ |
D | compat.rst | 9 The following chapters document the evolution of the V4L2 API, errata or
|
/Linux-v5.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
|
/Linux-v5.10/arch/arm/ |
D | Kconfig | 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" 950 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption" [all …]
|
/Linux-v5.10/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-v5.10/arch/mips/cavium-octeon/executive/ |
D | Makefile | 19 obj-y += cvmx-helper-errata.o cvmx-helper-jtag.o cvmx-boot-vector.o
|
/Linux-v5.10/arch/arm/boot/dts/ |
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-v5.10/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
|
D | atmel_usba_udc.c | 392 if (udc->errata && udc->errata->toggle_bias) in toggle_bias() 393 udc->errata->toggle_bias(udc, is_on); in toggle_bias() 401 if (udc->errata && udc->errata->pulse_bias) in generate_bias_pulse() 402 udc->errata->pulse_bias(udc); in generate_bias_pulse() 2090 .errata = &at91sam9rl_errata, 2097 .errata = &at91sam9g45_errata, 2148 udc->errata = udc_config->errata; in atmel_udc_of_init() 2149 if (udc->errata) { in atmel_udc_of_init()
|
/Linux-v5.10/Documentation/driver-api/firmware/ |
D | introduction.rst | 8 * Microcode for CPU errata
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-omap.c | 213 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.10/arch/arm/mm/ |
D | cache-l2x0.c | 685 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.10/arch/powerpc/platforms/44x/ |
D | Kconfig | 313 bool "Enable linker work around for PPC476FPE errata #46" 317 through pages (IBM errata #46). It requires a recent version 325 # 44x errata/workaround config symbols, selected by the CPU models above
|
/Linux-v5.10/drivers/tty/serial/ |
D | omap-serial.c | 152 u32 errata; member 991 if (up->errata & UART_ERRATA_i202_MDR1_ACCESS) in serial_omap_set_termios() 1018 if (up->errata & UART_ERRATA_i202_MDR1_ACCESS) in serial_omap_set_termios() 1562 up->errata |= (UART_ERRATA_i202_MDR1_ACCESS | in omap_serial_fill_features_erratas() 1566 up->errata |= (UART_ERRATA_i202_MDR1_ACCESS | in omap_serial_fill_features_erratas() 1571 up->errata |= UART_ERRATA_i202_MDR1_ACCESS; in omap_serial_fill_features_erratas() 1822 if (up->errata & UART_ERRATA_i202_MDR1_ACCESS) in serial_omap_restore_context() 1843 if (up->errata & UART_ERRATA_i202_MDR1_ACCESS) in serial_omap_restore_context()
|
/Linux-v5.10/arch/powerpc/platforms/52xx/ |
D | Kconfig | 53 Enable workarounds for original MPC5200 errata. This is not required
|