Home
last modified time | relevance | path

Searched refs:errata (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c232 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 Dlibzfs_pool.c250 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 Dpowernow.c230 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 Dtilcdc.txt22 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 Dam57xx-beagle-x15-revb1.dts33 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
H A Dam57xx-beagle-x15.dts35 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
H A Domap3-ldp.dts209 /* See 35xx errata 2.1.1.128 in SPRZ278F */
H A Dam335x-osd3358-sm-red.dts109 * AM335x errata for wiring:
H A Dimx6qdl-kontron-samx6i.dtsi260 /* default boot source: workaround #1 for errata ERR006282 */
H A Ddm814x.dtsi476 * For more info, see errata advisory 2.1.87.
/f-stack/freebsd/contrib/device-tree/Bindings/display/rockchip/
H A Ddw_hdmi-rockchip.txt47 errata.
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-demux-pinctrl.txt8 if your current runtime configuration hits an errata of the internal IP core.
H A Di2c-arb-gpio-challenge.txt8 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 Dgate.txt27 required for a hardware errata
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt41 corruption/invalid framing errors. Parker errata suggests adjusting baud
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Ddwc2.yaml125 detect a wakeup. This is due to a hardware errata.
/f-stack/freebsd/mips/cavium/
H A Dfiles.octeon169 contrib/octeon-sdk/cvmx-helper-errata.c standard
/f-stack/dpdk/doc/guides/nics/
H A Dixgbe.rst233 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 DNOTES203 # Chip-specific errata
H A DGENERIC368 # Chip-specific errata
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmicrel-ksz90x1.txt91 clock because the clock jitter in slave mode is to high (errata#2).
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst476 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 Drelease_2_2.rst376 was removed due to errata, see commit 256ff05a9cae for details.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dcoresight.txt115 systems with hardware errata where the CPU watchdog counter is stopped
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2601 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()

12