HomeSort by relevance Sort by last modified time
    Searched refs:UBI_IO_FF (Results 1 - 7 of 7) sorted by null

  /external/u-boot/drivers/mtd/ubispl/
ubi-wrapper.h 22 * UBI_IO_FF: the read region of flash contains only 0xFFs
23 * UBI_IO_FF_BITFLIPS: the same as %UBI_IO_FF, but also also there was a data
40 UBI_IO_FF = 1,
ubispl.c 80 return UBI_IO_FF;
456 if (ret != UBI_IO_FF && j != used - 1)
  /external/u-boot/drivers/mtd/ubi/
io.c 518 err != UBI_IO_FF){
526 err != UBI_IO_FF){
722 * o %UBI_IO_FF if only 0xFF bytes were read (the PEB is supposedly empty)
768 return UBI_IO_FF;
1026 return UBI_IO_FF;
    [all...]
ubi.h 93 * UBI_IO_FF: the read region of flash contains only 0xFFs
94 * UBI_IO_FF_BITFLIPS: the same as %UBI_IO_FF, but also also there was a data
108 UBI_IO_FF = 1,
    [all...]
attach.c 840 case UBI_IO_FF:
972 case UBI_IO_FF:
    [all...]
wl.c 784 if (err == UBI_IO_FF) {
800 * The same situation as %UBI_IO_FF, but bit-flips were
    [all...]
fastmap.c 519 if (err == UBI_IO_FF || err == UBI_IO_FF_BITFLIPS) {
    [all...]

Completed in 1096 milliseconds