/linux-4.4.14/arch/arm64/kernel/ |
H A D | cpu_errata.c | 72 .desc = "ARM erratum 832075", 81 .desc = "ARM erratum 834220", 90 .desc = "ARM erratum 845719", 98 .desc = "Cavium erratum 23154",
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | war.h | 20 * erratum #28 21 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum 32 * erratum #52 45 * "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10 46 * "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4 59 * erratum #23 63 * erratum #41 64 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum 66 * "MIPS R4400PC/SC Errata, Processor Revision 1.0", erratum #7 67 * "MIPS R4400MC Errata, Processor Revision 1.0", erratum #5 76 * Another R4600 erratum. Due to the lack of errata information the exact 230 * 34K core erratum: "Problems Executing the TLBR Instruction"
|
H A D | timex.h | 43 * On R4000/R4400 before version 5.0 an erratum exists such that if the 47 * There is a suggested workaround and also the erratum can't strike if
|
H A D | prefetch.h | 27 * current versions due to erratum G105.
|
/linux-4.4.14/include/linux/ |
H A D | amd-iommu.h | 34 * amd_iommu_enable_device_erratum() - Enable erratum workaround for device 37 * @erratum: The erratum workaround to enable 40 * Possible values for the erratum number are for now: 49 extern void amd_iommu_enable_device_erratum(struct pci_dev *pdev, u32 erratum);
|
/linux-4.4.14/arch/arm/mach-tegra/ |
H A D | reset-handler.S | 131 orr r0, r0, #1 << 14 @ erratum 716044 134 orr r0, r0, #1 << 4 @ erratum 742230 135 orr r0, r0, #1 << 11 @ erratum 751472 147 orr r0, r0, #1 << 6 @ erratum 743622 148 orr r0, r0, #1 << 11 @ erratum 751472
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | reset.c | 86 * SDRAM hangs on watchdog reset on Marvell PXA270 (erratum 71) do_hw_reset()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_p6.c | 238 * PPro erratum 26; fixed in stepping 9 and above. p6_pmu_rdpmc_quirk() 240 pr_warn("Userspace RDPMC support disabled due to a CPU erratum\n"); p6_pmu_rdpmc_quirk()
|
H A D | intel.c | 55 * Atom erratum AAE44/AAF40/AAG38/AAH41: early_init_intel() 64 printk(KERN_WARNING "Atom PSE erratum detected, BIOS microcode update recommended\n"); early_init_intel() 109 * There is a known erratum on Pentium III and Core Solo early_init_intel() 113 * Because of this erratum, it is better to stick with early_init_intel() 167 * Early probe support logic for ppro memory erratum #50 268 * integrated APIC (see 11AP erratum in "Pentium Processor intel_workarounds()
|
H A D | amd.c | 577 /* F16h erratum 793, CVE-2013-6885 */ early_init_amd() 584 static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum); 892 static bool cpu_has_amd_erratum(struct cpuinfo_x86 *cpu, const int *erratum) cpu_has_amd_erratum() argument 894 int osvw_id = *erratum++; cpu_has_amd_erratum() 914 while ((range = *erratum++)) cpu_has_amd_erratum()
|
H A D | centaur.c | 207 * There's also an erratum in Nehemiah stepping 1, which centaur_size_cache()
|
H A D | perf_event_intel_lbr.c | 874 * NHM/WSM erratum: must include REL_JMP+IND_JMP to get CALL branches 879 * NHM/WSM erratum: must include IND_JMP to capture IND_CALL 1016 pr_cont("LBR disabled due to erratum"); intel_pmu_lbr_init_atom()
|
H A D | perf_event_p4.c | 963 * - and counter 1 is broken (erratum) p4_pmu_enable_event() 1327 * This handles erratum N15 in intel doc 249199-029,
|
H A D | perf_event_intel.c | 3168 pr_info("CPU erratum AAJ80 worked around\n"); intel_nehalem_quirk() 3665 pr_info("PMU erratum BJ122, BV98, HSD29 worked around, HT is on\n"); fixup_ht_bug() 3670 pr_debug("failed to disable PMU erratum BJ122, BV98, HSD29 workaround\n"); fixup_ht_bug() 3689 pr_info("PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off\n");
|
H A D | perf_event.c | 1141 * Due to erratum on certan cpu we need x86_perf_event_set_period()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
H A D | probe.c | 27 * exposed to an address translation erratum which would make it cpu_probe()
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | cpu-bugs64.c | 200 * 3.0" by MIPS Technologies, Inc., erratum #23 for details. check_daddi() 260 * MIPS Technologies, Inc., erratum #7 for details. check_daddiu() 263 * 2.2 and 3.0" by MIPS Technologies, Inc., erratum #41 this check_daddiu()
|
H A D | idle.c | 74 * The RM7000 variant has to handle erratum 38. The workaround is to not
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | net2280.h | 197 /* set NAK_OUT for erratum 0114 */ set_halt() 210 * fifo, this reverses the erratum 0114 workaround. clear_halt() 257 /* LED3 (green) is on during USB activity. note erratum 0113. */ net2280_led_init()
|
H A D | net2280.c | 208 /* erratum 0119 workaround ties up an endpoint number */ net2280_enable() 263 /* erratum 0105 workaround prevents hs NYET */ net2280_enable() 339 * NOTE erratum 0112 workaround #2 net2280_enable() 413 * packets until the driver queues a read (+note erratum 0112) ep_reset_228x() 666 /* work around erratum 0106: PCI and USB race over the OUT fifo. 670 * NOTE: also used in cases where that erratum doesn't apply: 720 /* erratum 0106 ... packets coming in during fifo reads might read_fifo() 834 /* erratum 0116 workaround part 1 (use POLLING) */ 839 /* erratum 0116 workaround part 2 (no AUTOSTART) */ 869 /* erratum 0116 workaround part 3: pci arbiter away from net2280 */ start_queue() 1264 /* WARNING erratum 0127 may kick in ... */ net2280_dequeue() 2148 * but erratum 0119 means this enable bit is ignored usb_reinit_228x() 2553 /* TRANSFERRED works around OUT_DONE erratum 0112. handle_ep_small() 2598 /* also flush to prevent erratum 0106 trouble */ handle_ep_small() 3354 /* at high speed, note erratum 0133 */ 3567 * BAR 1 is 8051 memory; unused here (note erratum 0103) net2280_probe() 3688 /* erratum 0115 shouldn't appear: Linux inits PCI_LATENCY_TIMER */ net2280_probe()
|
H A D | pxa25x_udc.c | 1574 /* pxa210/250 erratum 131 for B0/B1 says RNE lies. handle_ep0()
|
H A D | omap_udc.c | 1148 /* NOTE: OTG spec erratum says that OTG devices may omap_wakeup()
|
/linux-4.4.14/drivers/acpi/ |
H A D | acpi_processor.c | 80 * erratum #5 ("STPCLK# Deassertion Time") from the January acpi_processor_errata_piix4() 89 * See erratum #18 ("C3 Power State/BMIDE and Type-F DMA acpi_processor_errata_piix4() 135 "Bus master activity detection (BM-IDE) erratum enabled\n")); acpi_processor_errata_piix4() 138 "Type-F DMA livelock erratum (C3 disabled)\n")); acpi_processor_errata_piix4()
|
H A D | processor_idle.c | 508 * the erratum), but this is known to disrupt certain ISA acpi_processor_power_verify_c3()
|
/linux-4.4.14/drivers/char/agp/ |
H A D | amd-k7-agp.c | 431 erratum 20: strobe glitch with Nvidia NV10 GeForce cards. agp_amdk7_probe() 459 * erratum 44: SYSCLK/AGPCLK skew causes 2X failures -- Force mode to 1X agp_amdk7_probe() 460 * erratum 45: Timing problem prevents fast writes -- Disable fast write. agp_amdk7_probe() 461 * erratum 46: Setup violation on AGP SBA pins - Disable side band addressing. agp_amdk7_probe()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | fsl_msi.c | 167 * MPIC version 2.0 has erratum PIC1. It causes fsl_compose_msi_msg() 196 * MPIC version 2.0 has erratum PIC1. For now MSI fsl_setup_msi_irqs() 198 * being used on the board with this erratum. fsl_setup_msi_irqs() 469 /* For erratum PIC1 on MPIC version 2.0*/ fsl_of_msi_probe()
|
H A D | fsl_lbc.c | 200 /* Set the monitor timeout value to the maximum for erratum A001 */ fsl_lbc_ctrl_init()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | sdrc.c | 150 * PWDENA should not be set due to 34xx erratum 1.150 - PWDENA omap2_sdrc_init()
|
H A D | cm3xxx.c | 406 * As per erratum i671, ROM code does not respect the PER DPLL omap3_cm_save_context() 539 * As per erratum i671, ROM code does not respect the PER DPLL omap3_cm_restore_context() 650 * As per erratum i671, ROM code does not respect the PER DPLL omap3_cm_save_scratchpad_contents()
|
H A D | pm34xx.c | 252 * of AUTO_CNT = 1 enabled. This takes care of erratum ID i443. omap_sram_idle() 433 * - omap3_do_wfi for erratum i581 WA, 523 * RTA is disabled during initialization as per erratum i608 omap3_pm_init()
|
H A D | sleep34xx.S | 269 * This function implements the erratum ID i581 WA: 545 * This function implements the erratum ID i443 WA, applies to 34xx >= ES3.0
|
H A D | vc.c | 316 * erratum i531. omap3_vc_init_pmic_signaling() 706 * erratum i531 "Extra Power Consumed When Repeated Start Operation omap_vc_i2c_init()
|
H A D | hsmmc.c | 431 * erratum 2.1.1.128 doesn't apply if board has omap_hsmmc_init_one()
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | entry-header.S | 224 @ We must avoid clrex due to Cortex-A15 erratum #830321 234 @ We must avoid clrex due to Cortex-A15 erratum #830321 300 @ We must avoid clrex due to Cortex-A15 erratum #830321 329 @ We must avoid clrex due to Cortex-A15 erratum #830321
|
H A D | perf_event_xscale.c | 154 * NOTE: there's an A stepping erratum that states if an overflow xscale1pmu_handle_irq()
|
/linux-4.4.14/arch/arm/mach-imx/ |
H A D | system.c | 118 * Workaround: The only workaround to this erratum is to disable the imx_init_l2cache()
|
/linux-4.4.14/drivers/usb/host/ |
H A D | fsl-mph-dr-of.c | 220 if (of_get_property(np, "fsl,usb-erratum-a007792", NULL)) fsl_usb2_mph_dr_of_probe() 224 if (of_get_property(np, "fsl,usb-erratum-a005275", NULL)) fsl_usb2_mph_dr_of_probe()
|
H A D | ohci-pci.c | 48 ohci_dbg (ohci, "AMD756 erratum 4 workaround\n"); ohci_quirk_amd756() 50 /* also erratum 10 (suspend/resume issues) */ ohci_quirk_amd756()
|
H A D | ehci-ppc-of.c | 137 /* claim we really affected by usb23 erratum */ ehci_hcd_ppc_of_probe()
|
H A D | ohci-ppc-of.c | 149 /* by now, 440epx is known to show usb_23 erratum */ ohci_hcd_ppc_of_probe()
|
H A D | ohci-hub.c | 211 /* Some controllers (lucent erratum) need extra-long delays */ 474 /* undocumented erratum seen on at least rev D */ ohci_hub_status_data()
|
H A D | ohci.h | 409 #define OHCI_QUIRK_AMD756 0x01 /* erratum #4 */ 705 * The erratum (#4) description is incorrect. AMD's workaround waits
|
H A D | ehci-timer.c | 352 * still count it as lost) ... or a silicon erratum: ehci_iaa_watchdog()
|
H A D | ehci.h | 682 /* Some Freescale processors have an erratum in which the TT 693 /* Some Freescale processors have an erratum (USB A-005275) in which
|
H A D | ehci-fsl.c | 281 /* Deal with USB erratum A-005275 */ ehci_fsl_usb_setup()
|
H A D | sl811-hcd.c | 353 /* also note erratum 1: some hubs won't work */ start() 358 /* erratum 2: AFTERSOF only works for fullspeed */ start()
|
H A D | ehci-hub.c | 1227 * erratum; disable HS Chirp by setting PFSC bit ehci_hub_control()
|
H A D | ehci-q.c | 886 /* Some Freescale processors have an erratum in which the qh_make()
|
H A D | fotg210-hcd.c | 1308 * still count it as lost) ... or a silicon erratum: fotg210_iaa_watchdog() 2851 /* Some Freescale processors have an erratum in which the qh_make()
|
/linux-4.4.14/drivers/hwmon/ |
H A D | k10temp.c | 34 MODULE_PARM_DESC(force, "force loading on processors with erratum 319"); 199 "unreliable CPU thermal sensor; check erratum 319\n"); k10temp_probe()
|
H A D | k8temp.c | 204 "Temperature readouts might be wrong - check erratum #141\n"); k8temp_probe()
|
/linux-4.4.14/lib/ |
H A D | random32.c | 14 * The period of this generator is about 2^113 (see erratum paper). 21 * There is an erratum in the paper "Tables of Maximally Equidistributed
|
/linux-4.4.14/arch/arm/mm/ |
H A D | cache-v6.S | 30 * ARM1136 erratum 411920 - Invalidate Instruction Cache operation can fail. 31 * This erratum is present in 1136, 1156 and 1176. It does not affect the
|
H A D | proc-xscale.S | 142 * Beware PXA270 erratum E7. 428 * See erratum #25 of "Intel 80200 Processor Specification Update",
|
H A D | proc-v6.S | 230 * Workaround for the 364296 ARM1136 r0p2 erratum (possible cache data
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci-pxav3.c | 148 * According to erratum 'FE-2946959' both SDR50 and DDR50 armada_38x_quirks() 160 * According to erratum 'ERR-7878951' Armada 38x SDHCI armada_38x_quirks() 284 * Update SDIO3 Configuration register according to erratum pxav3_set_uhs_signaling()
|
H A D | pxamci.c | 249 * workaround for erratum #91: pxamci_setup_data() 327 * workaround for erratum #42: pxamci_cmd_done() 343 * workaround for erratum #91, if doing write pxamci_cmd_done()
|
H A D | omap_hsmmc.c | 2090 dev_info(&pdev->dev, "multiblock reads disabled due to 35xx erratum 2.1.1.128; MMC read performance may suffer\n"); omap_hsmmc_probe()
|
/linux-4.4.14/arch/powerpc/platforms/82xx/ |
H A D | km82xx.c | 173 * machine checks. See erratum SIU18. km82xx_setup_arch()
|
H A D | ep8248e.c | 271 * machine checks. See erratum SIU18. ep8248e_setup_arch()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
H A D | mpc836x_mds.c | 115 /* handle mpc8360ea rev.2.1 erratum 2: RGMII Timing */ mpc836x_mds_setup_arch()
|
H A D | suspend-asm.S | 301 * See erratum PCI23, though the problem is not limited
|
/linux-4.4.14/arch/mips/dec/ |
H A D | time.c | 156 * All R4k DECstations suffer from the CP0 Count erratum, plat_time_init()
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | arch_gicv3.h | 110 * Cavium ThunderX erratum 23154
|
H A D | cpufeature.h | 81 struct { /* To be used for erratum handling only */
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_ns87415.c | 117 * rather than use the helper due to a chip erratum 133 /* Due to an erratum we need to write these bits to the wrong ns87415_bmdma_setup()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | smpboot.c | 563 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ wakeup_secondary_cpu_via_nmi() 589 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ wakeup_secondary_cpu_via_init() 646 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ wakeup_secondary_cpu_via_init() 682 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ wakeup_secondary_cpu_via_init() 1494 * The CLFLUSH is a workaround for erratum AAI65 for mwait_play_dead()
|
H A D | reboot.c | 609 * erratum AVR31 in "Intel Atom Processor C2000 Product Family native_machine_shutdown() 613 * nor discarded. When this erratum occurs, the processor may hang. native_machine_shutdown() 615 * Even without the erratum, it still makes sense to quiet IO APIC native_machine_shutdown()
|
H A D | quirks.c | 521 * See erratum #27 (Misinterpreted MSI Requests May Result in
|
/linux-4.4.14/arch/arm/plat-omap/include/plat/ |
H A D | dmtimer.h | 357 * specified by the errata argument. A specific erratum should only be 358 * overridden for a timer if the timer is used in such a way the erratum
|
/linux-4.4.14/drivers/irqchip/ |
H A D | irq-gic-v2m.c | 344 * APM X-Gene GICv2m implementation has an erratum where gicv2m_init_one()
|
H A D | irq-gic-v3-its.c | 824 * erratum 22375: only alloc 8MB table size its_alloc_tables() 825 * erratum 24313: ignore memory access type its_alloc_tables()
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | omap_cf.c | 37 * CF_BASE really lives; this is a doc erratum.
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | accel_2d.c | 308 /* Avoid the 8 pixel erratum */ psbfb_copyarea()
|
/linux-4.4.14/arch/sh/lib64/ |
H A D | copy_user_memcpy.S | 50 * erratum. The first two prefetches are nop-ed out to avoid upsetting the
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
H A D | coherency.c | 201 * workaround the system erratum that causes deadlocks when armada_375_380_coherency_init()
|
/linux-4.4.14/arch/arm/mach-exynos/ |
H A D | mcpm-exynos.c | 40 * arch/arm/include/asm/cacheflush.h) except for the erratum handling.
|
/linux-4.4.14/drivers/mfd/ |
H A D | tps65910.c | 489 /* Work around silicon erratum SWCZ010: the tps65910 may miss the tps65910_i2c_probe()
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | traps.c | 372 /* Avoid a hardware erratum with the return address stack. */ do_trap()
|
/linux-4.4.14/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 77 * e5500/e6500 have a workaround for erratum A-006958 in place mpc85xx_give_timebase()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
H A D | mux.c | 115 /* works around erratum: W4_USB_PUEN and W4_USB_PUDIS are switched! */
|
H A D | usb.c | 482 /* NOTE omap1 erratum: must leave USB2_UNI_R set if usb0 in use */ omap1_usb2_init()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | mpsc.c | 35 * 1) Some chips have an erratum where several regs cannot be 39 * 2) Some chips have an erratum where the ctlr will hang when the SDMA ctlr 46 * 3) There is an erratum (on PPC) where you can't use the instruction to do 116 * Some regs that have the erratum that you can't read them are are shared
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-orion.c | 215 * However, due to this erratum, when the device core clock is orion_spi_50mhz_ac_timing_erratum()
|
H A D | spi-atmel.c | 358 * However, at91rm9200 has a second erratum whereby nCS0 doesn't work 362 * and (c) will trigger that first erratum in some cases.
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | txc43128_phy.c | 300 * defaults as an erratum causes them to be 0 on at least some txc_apply_defaults()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | cputable.h | 391 * e5500/e6500 erratum A-006958 is a timebase bug that can use the
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | usb.c | 444 /* wait for reset complete (read reg twice: au1500 erratum) */ __au1xx0_ohci_control()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | cerr-sb1.c | 30 * that unsafe... So for now we don't. (BCM1250/BCM112x erratum SOC-48.)
|
H A D | uasm.c | 346 * As per erratum Core-14449, replace prefetches 0-4, I_u3u1u2()
|
H A D | c-r4k.c | 873 /* RM7000 erratum #31. The icache is screwed at startup. */ rm7k_erratum31() 1222 * Processor configuration sanity check for the R4000SC erratum probe_pcache()
|
/linux-4.4.14/drivers/iommu/ |
H A D | fsl_pamu.c | 809 * As per hardware erratum A-003638, access pamu_av_isr() 982 * All future CoreNet-enabled SOCs will have this erratum(A-004510) fixed, so this
|
H A D | amd_iommu.c | 270 static bool pdev_pri_erratum(struct pci_dev *pdev, u32 erratum) pdev_pri_erratum() argument 276 return dev_data->errata & (1 << erratum) ? true : false; pdev_pri_erratum() 529 /* Did we hit the erratum? */ iommu_print_event() 3502 void amd_iommu_enable_device_erratum(struct pci_dev *pdev, u32 erratum) amd_iommu_enable_device_erratum() argument 3510 dev_data->errata |= (1 << erratum); amd_iommu_enable_device_erratum()
|
H A D | amd_iommu_init.c | 991 * Family15h Model 10h-1fh erratum 746 (IOMMU Logging May Stall Translations) 1015 pr_info("AMD-Vi: Applying erratum 746 workaround for IOMMU at %s\n", amd_iommu_erratum_746_workaround()
|
H A D | intel_irq_remapping.c | 679 "on a chipset that contains an erratum making that\n" intel_prepare_irq_remapping()
|
/linux-4.4.14/arch/x86/mm/ |
H A D | fault.c | 514 * Workaround for K8 erratum #93 & buggy BIOS. 552 * Work around K8 erratum #100 K8 in compat mode occasionally jumps
|
H A D | pat.c | 301 * Pentium 4 erratum N46 is an example for such an erratum, pat_init()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | setup.c | 566 * R/W The write buffer threshold. As per erratum Core-14752 octeon_user_io_init() 569 * write buffer ever being full and triggering the erratum. octeon_user_io_init()
|
/linux-4.4.14/arch/arm/common/ |
H A D | sa1111.c | 598 * DMA erratum (Intel StrongARM SA-1111 Microprocessor Companion sa1111_configure_smc() 1375 * Chip Specification Update" (June 2000), erratum #7, there is a
|
/linux-4.4.14/drivers/pci/ |
H A D | quirks.c | 141 dev_info(&dev->dev, "Chipset erratum: Disabling direct PCI/AGP transfers\n"); quirk_nopciamd() 812 * noapic specified. For the moment we assume it's the erratum. We may be wrong 1764 * (due to an erratum). 2265 * OEM subsystem ID in its vendor ID register (erratum 18), so instead 2968 * Ivytown NTB BAR sizes are misreported by the hardware due to an erratum. To 3739 dev_warn(&pdev->dev, "PCIe Completion erratum may cause device errors\n"); quirk_disable_root_port_attributes() 3743 dev_info(&root_port->dev, "Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in %s\n", quirk_disable_root_port_attributes()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | gxt4500.c | 412 /* work around erratum */ gxt4500_set_par()
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fcc.c | 535 * Also, to workaround 8260 device erratum CPM37, we must
|
/linux-4.4.14/arch/powerpc/math-emu/ |
H A D | math_efp.c | 716 /* according to e500 cpu a005 erratum, reissue efp inst */ do_spe_mathemu()
|
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/ |
H A D | gpmi-lib.c | 74 * But in MX23, there is a hardware bug in the BCH block (see erratum #2847). 276 * Due to erratum #2847 of the MX23, the BCH cannot be soft reset on this bch_set_geometry()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | hfi.h | 1717 /* turn off send-side job key checks - A0 erratum */ hfi1_pkt_default_send_ctxt_mask() 1744 /* turn off send-side job key checks - A0 erratum */ hfi1_pkt_base_sdma_integrity()
|
H A D | pcie.c | 997 * turn on PcieCfgRegPl100.EqEieosCnt (erratum) do_pcie_gen3_transition()
|
H A D | chip.c | 10277 * (due to A0 erratum). hfi1_set_ctxt_jkey()
|
/linux-4.4.14/drivers/nfc/ |
H A D | trf7970a.c | 44 * indicates that trf7970a currently being used has the erratum and 1213 * due to erratum. trf7970a_in_config_rf_tech()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
H A D | apic.c | 1188 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ lapic_setup_esr() 1867 if (lapic_get_maxlvt() > 3) /* Due to the Pentium erratum 3AP. */ __smp_error_interrupt()
|
H A D | vector.c | 820 /* Due to the Pentium erratum 3AP. */ print_local_APIC()
|
H A D | io_apic.c | 1776 * It appears there is an erratum which affects at least version 0x11 ioapic_ack_level()
|
/linux-4.4.14/drivers/usb/dwc3/ |
H A D | core.c | 885 "snps,has-lpm-erratum"); dwc3_probe()
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | fsl_ifc_nand.c | 350 * erratum IFC-A002770 -- so report it now if we fsl_ifc_run_command()
|
/linux-4.4.14/drivers/media/platform/davinci/ |
H A D | vpbe_osd.c | 135 * erratum described in Advisory 1.3.8 for the DM6446. The fb_base_phys and
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | driver.c | 733 * in the queue all hit the same device erratum, the flag "error_recovery"
|
/linux-4.4.14/drivers/dma/ |
H A D | omap-dma.c | 633 * OMAP 3.2/3.3 erratum: sometimes 0 is returned if CSAC/CDAC is
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | svm.c | 608 * reserved for erratum 298), are valid. However, if host processor's svm_init_osvw() 610 * be conservative here and therefore we tell the guest that erratum 298 svm_init_osvw() 686 * on different processors then choose the worst case (i.e. if erratum svm_hardware_enable() 688 * erratum is present everywhere). svm_hardware_enable()
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4callback.c | 654 * 18.36.3 language is expected to be fixed in an erratum.
|
/linux-4.4.14/net/dccp/ccids/ |
H A D | ccid3.c | 307 * Use initial RTT sample when available: recommended by erratum ccid3_hc_tx_send_packet()
|
/linux-4.4.14/arch/arm/plat-omap/ |
H A D | dma.c | 1017 * omap 3.2/3.3 erratum: sometimes 0 is returned if CSAC/CDAC is omap_get_dma_dst_pos()
|
/linux-4.4.14/arch/arm64/kvm/ |
H A D | hyp.S | 744 // to Cortex-A57 erratum #852523.
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 349 /* 40x erratum suggests stopping RX channel before reset, emac_reset() 631 /* on 40x erratum forces us to NOT use integrated flow control, emac_configure()
|
/linux-4.4.14/drivers/memory/ |
H A D | emif.c | 290 "erratum i743 switch to LP_MODE_SELF_REFRESH(2)\n"); set_lpmode()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | 1404 oris r11,r11,MAS0_ESEL(3)@h /* Use way 3: workaround A2 erratum 376 */
|
/linux-4.4.14/drivers/crypto/caam/ |
H A D | caamalg.c | 977 /* Workaround for erratum A-005473 (simultaneous SEQ FIFO skips) */ rfc4106_set_sh_desc() 1051 /* Workaround for erratum A-005473 (simultaneous SEQ FIFO skips) */ rfc4106_set_sh_desc()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1172 /* eTSEC74 erratum: Rx frames of length MAXFRM or MAXFRM-1 gfar_mac_reset()
|
/linux-4.4.14/drivers/firewire/ |
H A D | ohci.c | 357 ", TI SLLZ059 erratum = " __stringify(QUIRK_TI_SLLZ059)
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_ringbuffer.c | 2092 /* Workaround an erratum on the i830 which causes a hang if intel_engine_create_ringbuffer()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 2846 /* Workaround for Controller erratum -- e1000_tx_map()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 2973 /* erratum work around: set txdctl the same for both queues */ e1000_configure_tx()
|