/linux-4.4.14/drivers/firewire/ |
D | sbp2.c | 115 module_param_named(workarounds, sbp2_param_workarounds, int, 0644); 116 MODULE_PARM_DESC(workarounds, "Work around device bugs (default = 0" 173 unsigned int workarounds; member 345 unsigned int workarounds; member 350 .workarounds = SBP2_WORKAROUND_INQUIRY_36 | 357 .workarounds = SBP2_WORKAROUND_POWER_CONDITION, 362 .workarounds = SBP2_WORKAROUND_INQUIRY_36, 367 .workarounds = SBP2_WORKAROUND_POWER_CONDITION, 372 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS, 377 .workarounds = SBP2_WORKAROUND_128K_MAX_TRANS, [all …]
|
/linux-4.4.14/arch/mips/loongson64/common/ |
D | env.c | 109 loongson_sysconf.workarounds = WORKAROUND_CPUFREQ; in prom_init_env() 130 loongson_sysconf.workarounds = WORKAROUND_CPUHOTPLUG; in prom_init_env() 166 loongson_sysconf.workarounds |= esys->workarounds; in prom_init_env()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | Kconfig | 4 bool "Enable CN63XXP1 errata workarounds" 7 The CN63XXP1 chip requires build time workarounds to 9 workarounds will cause a slight decrease in performance on 11 unless it is known the workarounds are needed.
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | Makefile | 7 obj-y += board.o buttons.o leds.o workarounds.o
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 88 u64 workarounds; /* see workarounds.h */ member 204 u64 workarounds; member
|
/linux-4.4.14/arch/mips/loongson64/ |
D | Platform | 11 # Enable the workarounds for Loongson2f
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 46 the PCI bus. The bt848/878 chips have a few workarounds for known 58 greatest workarounds for hardware bugs might fix these problems.
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | Kconfig | 53 Enable workarounds for original MPC5200 errata. This is not required
|
/linux-4.4.14/arch/mips/loongson64/loongson-3/ |
D | smp.c | 600 if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG)) in loongson3_disable_clock() 613 if (!(loongson_sysconf.workarounds & WORKAROUND_CPUHOTPLUG)) in loongson3_enable_clock()
|
/linux-4.4.14/drivers/usb/phy/ |
D | Kconfig | 147 handles PHY initialization, clock management, and workarounds 163 and workarounds required after resetting the hardware.
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_ringbuffer.c | 722 struct i915_workarounds *w = &dev_priv->workarounds; in intel_ring_workarounds_emit() 773 const u32 idx = dev_priv->workarounds.count; in wa_add() 778 dev_priv->workarounds.reg[idx].addr = addr; in wa_add() 779 dev_priv->workarounds.reg[idx].value = val; in wa_add() 780 dev_priv->workarounds.reg[idx].mask = mask; in wa_add() 782 dev_priv->workarounds.count++; in wa_add() 1142 dev_priv->workarounds.count = 0; in init_workarounds_ring()
|
D | i915_debugfs.c | 3113 seq_printf(m, "Workarounds applied: %d\n", dev_priv->workarounds.count); in i915_wa_registers() 3114 for (i = 0; i < dev_priv->workarounds.count; ++i) { in i915_wa_registers() 3118 addr = dev_priv->workarounds.reg[i].addr; in i915_wa_registers() 3119 mask = dev_priv->workarounds.reg[i].mask; in i915_wa_registers() 3120 value = dev_priv->workarounds.reg[i].value; in i915_wa_registers()
|
D | intel_lrc.c | 1083 struct i915_workarounds *w = &dev_priv->workarounds; in intel_logical_ring_workarounds_emit()
|
D | i915_drv.h | 1846 struct i915_workarounds workarounds; member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | Makefile | 116 obj-$(CONFIG_PPC_IO_WORKAROUNDS) += io-workarounds.o
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | Kconfig | 123 require workarounds for Linux (and most other OSes to work). If you
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 75 * More workarounds for Vertos bugs (based on patches 87 * 3.08 Mar 6, 1996 -- More Vertos workarounds.
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | boot-options.txt | 163 acpi=strict Disable out of spec ACPI workarounds. 223 allowed Overwrite iommu off workarounds for specific chipsets.
|
/linux-4.4.14/Documentation/networking/ |
D | cxgb.txt | 277 AMD's provides three workarounds for this problem, however, Chelsio 289 details with this bug and workarounds suggested by AMD.
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 83 bcache) had some ugly workarounds for this.
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc8313erdb.dts | 303 * workarounds listed in section 8.5 of the board
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 129 [X.] Other notes, patches, fixes, workarounds:
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | bugfix.S | 5 | This file contains workarounds for bugs in the 040
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 214 menu "ARM errata workarounds via the alternatives framework" 383 This implements two gicv3-its errata workarounds for ThunderX. Both
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 107 SAL on resume. The OS INIT code has workarounds for some of these
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 1733 require workarounds. Without workarounds the system may hang 1737 Loongson 2F03 and later have fixed these issues and no workarounds 1738 are needed. The workarounds have no significant side effect on them
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 268 the use of the APIC and that workarounds may be required. In addition, some of 269 these workarounds pose unique constraints for virtualization - requiring either
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 169 machine_desc could be added which implements the workarounds and only
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 278 Samsung APC164UX. There is a page on known problems and workarounds
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 866 in hardware, other workarounds are needed (e.g. cache
|
/linux-4.4.14/init/ |
D | Kconfig | 1598 bool "Enable PCI quirk workarounds" if EXPERT 1601 This enables workarounds for various PCI chipset
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 282 pcifix - Control PCI workarounds 283 0 = Disable all workarounds
|
D | HD-Audio.txt | 24 driver has a bunch of workarounds for these as described below.
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 2824 is read. But various workarounds are disabled
|