Home
last modified time | relevance | path

Searched refs:torture (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dwl.c432 int torture) in sync_erase() argument
448 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase()
605 int vol_id, int lnum, int torture) in schedule_erase() argument
612 e->pnum, e->ec, torture); in schedule_erase()
622 wl_wrk->torture = torture; in schedule_erase()
642 int vol_id, int lnum, int torture) in do_sync_erase() argument
655 wl_wrk->torture = torture; in do_sync_erase()
674 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
841 torture = 1;
935 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
H A Dubi.h771 int torture; member
869 int pnum, int torture);
877 int lnum, int torture);
887 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
H A Dfastmap-wl.c327 int lnum, int torture) in ubi_wl_put_fm_peb() argument
353 return schedule_erase(ubi, e, vol_id, lnum, torture); in ubi_wl_put_fm_peb()
H A Dio.c561 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument
582 if (torture) { in ubi_io_sync_erase()
/rk3399_rockchip-uboot/doc/
H A DREADME.nand100 Enables the torture command (see description of this command below).
304 "torture offset [size]"
/rk3399_rockchip-uboot/cmd/
H A DKconfig879 bool "nand torture"
881 NAND torture support.