Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubispl/
Dubispl.c493 int fm_anchor) in ubi_scan_fastmap() argument
506 ret = ubi_io_read(ubi, fmsb, fm_anchor, ubi->leb_start, sizeof(*fmsb)); in ubi_scan_fastmap()
588 if (pnum == fm_anchor) in ubi_scan_fastmap()
/external/u-boot/drivers/mtd/ubi/
Dattach.c1336 int err, pnum, fm_anchor = -1; in scan_fast() local
1361 fm_anchor = pnum; in scan_fast()
1368 if (fm_anchor < 0) in scan_fast()
1376 return ubi_scan_fastmap(ubi, *ai, fm_anchor); in scan_fast()
Dubi.h926 int fm_anchor);
Dfastmap.c878 int fm_anchor) in ubi_scan_fastmap() argument
905 ret = ubi_io_read(ubi, fmsb, fm_anchor, ubi->leb_start, sizeof(*fmsb)); in ubi_scan_fastmap()