Home
last modified time | relevance | path

Searched refs:peb_size (Results 1 – 5 of 5) sorted by relevance

/drivers/mtd/ubi/
A Dio.c152 addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_io_read()
282 addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_io_write()
302 len = ubi->peb_size - offset; in ubi_io_write()
335 ei.addr = (loff_t)pnum * ubi->peb_size; in do_sync_erase()
336 ei.len = ubi->peb_size; in do_sync_erase()
403 memset(ubi->peb_buf, patterns[i], ubi->peb_size); in torture_peb()
408 memset(ubi->peb_buf, ~patterns[i], ubi->peb_size); in torture_peb()
414 ubi->peb_size); in torture_peb()
486 addr = (loff_t)pnum * ubi->peb_size; in nor_erase_prepare()
515 ubi_dump_flash(ubi, pnum, 0, ubi->peb_size); in nor_erase_prepare()
[all …]
A Dbuild.c627 ubi->peb_size = ubi->mtd->erasesize; in io_init()
725 ubi->leb_start > ubi->peb_size - UBI_VID_HDR_SIZE || in io_init()
751 ubi->leb_size = ubi->peb_size - ubi->leb_start; in io_init()
994 ubi->peb_buf = vmalloc(ubi->peb_size); in ubi_attach_mtd_dev()
1036 ubi->peb_size, ubi->peb_size >> 10, ubi->leb_size); in ubi_attach_mtd_dev()
A Ddebug.c57 loff_t addr = (loff_t)pnum * ubi->peb_size + offset; in FAIL_ACTION()
A Dubi.h630 int peb_size; member
A Dwl.c1560 err = ubi_io_read(ubi, ubi->peb_buf, pnum, 0, ubi->peb_size);
2168 ubi->peb_size - ubi->vid_hdr_aloffset);

Completed in 20 milliseconds