Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
A Dio.c161 addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_io_read()
279 addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_io_write()
299 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()
423 memset(ubi->peb_buf, patterns[i], ubi->peb_size); in torture_peb()
428 memset(ubi->peb_buf, ~patterns[i], ubi->peb_size); in torture_peb()
434 ubi->peb_size); in torture_peb()
505 addr = (loff_t)pnum * ubi->peb_size; in nor_erase_prepare()
531 ubi_dump_flash(ubi, pnum, 0, ubi->peb_size); in nor_erase_prepare()
[all …]
A Dbuild.c673 ubi->peb_size = ubi->mtd->erasesize; in io_init()
756 ubi->leb_start > ubi->peb_size - UBI_VID_HDR_SIZE || in io_init()
782 ubi->leb_size = ubi->peb_size - ubi->leb_start; in io_init()
990 ubi->peb_buf = vmalloc(ubi->peb_size); in ubi_attach_mtd_dev()
1032 ubi->peb_size, ubi->peb_size >> 10, ubi->leb_size); in ubi_attach_mtd_dev()
A Ddebug.c32 loff_t addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_dump_flash()
A Dubi.h606 int peb_size; member
A Dwl.c1872 ubi->peb_size - ubi->vid_hdr_aloffset);
/drivers/mtd/ubispl/
A Dubispl.c1084 ubi->leb_size = info->peb_size - ubi->leb_start; in ubispl_load_volumes()
1092 fsize = info->peb_size * info->peb_count; in ubispl_load_volumes()

Completed in 22 milliseconds