| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 232 uint64_t errata = 0; in check_status() local 444 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_ERRATA, &errata); in check_status() 445 if (errata) { in check_status() 446 *erratap = errata; in check_status() 485 zpool_get_status(zpool_handle_t *zhp, char **msgid, zpool_errata_t *errata) in zpool_get_status() argument 487 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE, errata); in zpool_get_status() 498 zpool_import_status(nvlist_t *config, char **msgid, zpool_errata_t *errata) in zpool_import_status() argument 500 zpool_status_t ret = check_status(config, B_TRUE, errata); in zpool_import_status()
|
| H A D | libzfs_pool.c | 250 zpool_errata_t errata; in zpool_get_state_str() local 257 status = zpool_get_status(zhp, NULL, &errata); in zpool_get_state_str()
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | powernow.c | 230 u_int errata; member 295 if (sc->errata & A0_ERRATA) in pn7_setfidvid() 308 if (sc->errata & A0_ERRATA) in pn7_setfidvid() 365 sc->errata |= PENDING_STUCK; in pn8_setfidvid() 379 sc->errata |= PENDING_STUCK; in pn8_setfidvid() 406 sc->errata |= PENDING_STUCK; in pn8_setfidvid() 419 sc->errata |= PENDING_STUCK; in pn8_setfidvid() 452 if (sc->errata & PENDING_STUCK) in pn_set() 654 sc->errata |= A0_ERRATA; in pn_decode_pst() 790 sc->errata |= A0_ERRATA; in pn_decode_acpi() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/tilcdc/ |
| H A D | tilcdc.txt | 22 color errata [1]. 43 [1] There is an errata about AM335x color wiring. For 16-bit color mode
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am57xx-beagle-x15-revb1.dts | 33 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
| H A D | am57xx-beagle-x15.dts | 35 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
| H A D | omap3-ldp.dts | 209 /* See 35xx errata 2.1.1.128 in SPRZ278F */
|
| H A D | am335x-osd3358-sm-red.dts | 109 * AM335x errata for wiring:
|
| H A D | imx6qdl-kontron-samx6i.dtsi | 260 /* default boot source: workaround #1 for errata ERR006282 */
|
| H A D | dm814x.dtsi | 476 * For more info, see errata advisory 2.1.87.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/rockchip/ |
| H A D | dw_hdmi-rockchip.txt | 47 errata.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-demux-pinctrl.txt | 8 if your current runtime configuration hits an errata of the internal IP core.
|
| H A D | i2c-arb-gpio-challenge.txt | 8 the case where there is a device on the bus that has errata and/or bugs
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | gate.txt | 27 required for a hardware errata
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | nvidia,tegra20-hsuart.txt | 41 corruption/invalid framing errors. Parker errata suggests adjusting baud
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | dwc2.yaml | 125 detect a wakeup. This is due to a hardware errata.
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | files.octeon1 | 69 contrib/octeon-sdk/cvmx-helper-errata.c standard
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ixgbe.rst | 233 interrupt mode of ``igb_uio`` or ``vfio``. Because the errata of X550 states 234 that the Interrupt Status bit is not implemented. The errata is the item #22
|
| /f-stack/freebsd/arm64/conf/ |
| H A D | NOTES | 203 # Chip-specific errata
|
| H A D | GENERIC | 368 # Chip-specific errata
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | micrel-ksz90x1.txt | 91 clock because the clock jitter in slave mode is to high (errata#2).
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | known_issues.rst | 476 be added in errata of 82599 and X540." 621 The ``uio_pci_generic`` module is not supported by XL710, since the errata of XL710 622 states that the Interrupt Status bit is not implemented. The errata is the item #71
|
| H A D | release_2_2.rst | 376 was removed due to errata, see commit 256ff05a9cae for details.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | coresight.txt | 115 systems with hardware errata where the CPU watchdog counter is stopped
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2601 zpool_errata_t errata; in show_import() local 2620 reason = zpool_import_status(config, &msgid, &errata); in show_import() 2742 errata); in show_import() 2774 switch (errata) { in show_import() 7927 zpool_errata_t errata; in status_callback() local 7933 reason = zpool_get_status(zhp, &msgid, &errata); in status_callback() 8241 errata); in status_callback() 8243 switch (errata) { in status_callback()
|