HomeSort by relevance Sort by last modified time
    Searched refs:hdrs_min_io_size (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/mtd/ubi/
build.c 642 * aligned to @io->hdrs_min_io_size;
691 ubi->hdrs_min_io_size = ubi->mtd->writesize >> ubi->mtd->subpage_sft;
704 ubi_assert(ubi->hdrs_min_io_size > 0);
705 ubi_assert(ubi->hdrs_min_io_size <= ubi->min_io_size);
706 ubi_assert(ubi->min_io_size % ubi->hdrs_min_io_size == 0);
722 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size);
723 ubi->vid_hdr_alsize = ALIGN(UBI_VID_HDR_SIZE, ubi->hdrs_min_io_size);
727 dbg_gen("hdrs_min_io_size %d", ubi->hdrs_min_io_size);
737 ~(ubi->hdrs_min_io_size - 1)
    [all...]
io.c 42 * I/O unit for the headers (the @ubi->hdrs_min_io_size field). But it still
239 ubi_assert(offset % ubi->hdrs_min_io_size == 0);
240 ubi_assert(len > 0 && len % ubi->hdrs_min_io_size == 0);
    [all...]
ubi.h 504 * @hdrs_min_io_size: minimal I/O unit size used for VID and EC headers
509 * @ec_hdr_alsize: size of the EC header aligned to @hdrs_min_io_size
510 * @vid_hdr_alsize: size of the VID header aligned to @hdrs_min_io_size
514 * @hdrs_min_io_size
608 int hdrs_min_io_size; member in struct:ubi_device
    [all...]

Completed in 147 milliseconds