Home
last modified time | relevance | path

Searched refs:fm_anchor (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dattach.c1337 int err, pnum, fm_anchor = -1; in scan_fast() local
1362 fm_anchor = pnum; in scan_fast()
1369 if (fm_anchor < 0) in scan_fast()
1377 return ubi_scan_fastmap(ubi, *ai, fm_anchor); in scan_fast()
Dubi.h930 int fm_anchor);
Dfastmap.c879 int fm_anchor) in ubi_scan_fastmap() argument
906 ret = ubi_io_read(ubi, fmsb, fm_anchor, ubi->leb_start, sizeof(*fmsb)); in ubi_scan_fastmap()
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c685 int fm_anchor) in ubi_scan_fastmap() argument
698 ret = ubi_io_read(ubi, fmsb, fm_anchor, ubi->leb_start, sizeof(*fmsb)); in ubi_scan_fastmap()
780 if (pnum == fm_anchor) in ubi_scan_fastmap()