Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.c494 int fm_anchor) in ubi_scan_fastmap() argument
507 ret = ubi_io_read(ubi, fmsb, fm_anchor, ubi->leb_start, sizeof(*fmsb)); in ubi_scan_fastmap()
589 if (pnum == fm_anchor) in ubi_scan_fastmap()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A 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()
H A Dubi.h927 int fm_anchor);
H A 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()