Home
last modified time | relevance | path

Searched refs:vid_hdr_offset (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dbuild.c668 if (ubi->vid_hdr_offset < 0) in io_init()
731 if (ubi->vid_hdr_offset == 0) in io_init()
733 ubi->vid_hdr_offset = ubi->vid_hdr_aloffset = in io_init()
736 ubi->vid_hdr_aloffset = ubi->vid_hdr_offset & in io_init()
738 ubi->vid_hdr_shift = ubi->vid_hdr_offset - in io_init()
743 ubi->leb_start = ubi->vid_hdr_offset + UBI_VID_HDR_SIZE; in io_init()
746 dbg_gen("vid_hdr_offset %d", ubi->vid_hdr_offset); in io_init()
759 if (ubi->vid_hdr_offset < UBI_EC_HDR_SIZE || in io_init()
760 ubi->leb_start < ubi->vid_hdr_offset + UBI_VID_HDR_SIZE || in io_init()
764 ubi->vid_hdr_offset, ubi->leb_start); in io_init()
[all …]
Dio.c665 int vid_hdr_offset, leb_start; in validate_ec_hdr() local
668 vid_hdr_offset = be32_to_cpu(ec_hdr->vid_hdr_offset); in validate_ec_hdr()
677 if (vid_hdr_offset != ubi->vid_hdr_offset) { in validate_ec_hdr()
679 vid_hdr_offset, ubi->vid_hdr_offset); in validate_ec_hdr()
845 ec_hdr->vid_hdr_offset = cpu_to_be32(ubi->vid_hdr_offset); in ubi_io_write_ec_hdr()
Dubi-media.h149 __be32 vid_hdr_offset; member
Dubi.h614 int vid_hdr_offset; member
900 int vid_hdr_offset, int max_beb_per1024);
Ddebug.c59 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
/external/u-boot/include/mtd/
Dubi-user.h269 __s32 vid_hdr_offset; member
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h283 __s32 vid_hdr_offset; member
/external/strace/
Dubi.c132 attach.vid_hdr_offset, attach.max_beb_per1024); in ubi_ioctl()
/external/u-boot/cmd/
Dubi.c76 ubi->vid_hdr_offset, ubi->vid_hdr_aloffset); in display_ubi_info()