Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/ubi/
A Dio.c152 addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_io_read()
270 addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_io_write()
290 len = ubi->peb_size - offset; in ubi_io_write()
323 ei.addr = (loff_t)pnum * ubi->peb_size; in do_sync_erase()
324 ei.len = ubi->peb_size; in do_sync_erase()
391 memset(ubi->peb_buf, patterns[i], ubi->peb_size); in torture_peb()
396 memset(ubi->peb_buf, ~patterns[i], ubi->peb_size); in torture_peb()
402 ubi->peb_size); in torture_peb()
474 addr = (loff_t)pnum * ubi->peb_size; in nor_erase_prepare()
503 ubi_dump_flash(ubi, pnum, 0, ubi->peb_size); in nor_erase_prepare()
[all …]
A Dbuild.c622 ubi->peb_size = ubi->mtd->erasesize; in io_init()
711 ubi->leb_start > ubi->peb_size - UBI_VID_HDR_SIZE || in io_init()
737 ubi->leb_size = ubi->peb_size - ubi->leb_start; in io_init()
970 ubi->peb_buf = vmalloc(ubi->peb_size); in ubi_attach_mtd_dev()
1012 ubi->peb_size, ubi->peb_size >> 10, ubi->leb_size); in ubi_attach_mtd_dev()
A Ddebug.c27 loff_t addr = (loff_t)pnum * ubi->peb_size + offset; in ubi_dump_flash()
A Dubi.h630 int peb_size; member
A Dwl.c1541 err = ubi_io_read(ubi, ubi->peb_buf, pnum, 0, ubi->peb_size);
2149 ubi->peb_size - ubi->vid_hdr_aloffset);

Completed in 14 milliseconds