Home
last modified time | relevance | path

Searched refs:flips (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c560 int flips; in vf610_nfc_correct_data() local
577 flips = count_written_bits(dat, nfc->chip.ecc.size, flips_threshold); in vf610_nfc_correct_data()
578 flips += count_written_bits(oob, mtd->oobsize, flips_threshold); in vf610_nfc_correct_data()
580 if (unlikely(flips > flips_threshold)) in vf610_nfc_correct_data()
586 return flips; in vf610_nfc_correct_data()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dgpmc-nand.txt107 Higher ECC scheme usually means better protection against bit-flips and
117 slight CPU penalty when too many bit-flips are detected during reads.
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1225 int flips; in gpmi_count_bitflips() local
1265 flips = nand_check_erased_ecc_chunk( in gpmi_count_bitflips()
1273 flips = nand_check_erased_ecc_chunk( in gpmi_count_bitflips()
1281 if (flips > 0) { in gpmi_count_bitflips()
1283 flips); in gpmi_count_bitflips()
1284 mtd->ecc_stats.corrected += flips; in gpmi_count_bitflips()
/OK3568_Linux_fs/buildroot/package/erlang/
H A D0003-ei_portio.h-avoid-ODR-violation-of-ei_default_socket.patch23 The change flips 'ei_portio.h' definition to declaration.
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A DKconfig99 bit-flips. You can put any block-oriented file system on top of UBI
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnandsim.c1411 int flips = 1; in ns_do_bit_flips() local
1413 flips = (prandom_u32() % (int) bitflips) + 1; in ns_do_bit_flips()
1414 while (flips--) { in ns_do_bit_flips()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.nand239 bit-flips, but still selection of ECC scheme is dependent on following
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dtorture.rst104 by readers, but in terms of counter flips (or batches) rather
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dbitset35 bool operator~() const noexcept; // flips the bit
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dbitset35 bool operator~() const noexcept; // flips the bit
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dhdio.rst757 bitfield flips depending on endianness; fortunately, TASKFILE
/OK3568_Linux_fs/external/xserver/
H A DChangeLog537 0 here (present_wnmd_check_flip rejects flips for x/y_off != 0).
769 actually possible to hit non-flips there.]
1192 present: Check valid region in window mode flips
1194 For Pixmap flips to have well defined outcomes the window must be contained by
1732 flips and normal updates"
1803 xwayland: Use single frame callback for Present flips and normal updates
3941 * Pending async flips.
3942 * Completed flips waiting for their buffer to be released by the Wayland
3945 xwl_present_timer_callback neither completes async flips nor releases
3989 the (hypothetical) scenario where Present flips are performed on a
[all …]