Searched refs:UBI_EC_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/mtd/ubi/ |
D | ubi-media.h | 103 #define UBI_EC_HDR_SIZE sizeof(struct ubi_ec_hdr) macro 107 #define UBI_EC_HDR_SIZE_CRC (UBI_EC_HDR_SIZE - sizeof(__be32))
|
D | io.c | 734 read_err = ubi_io_read(ubi, ec_hdr, pnum, 0, UBI_EC_HDR_SIZE); in ubi_io_read_ec_hdr() 760 if (ubi_check_pattern(ec_hdr, 0xFF, UBI_EC_HDR_SIZE)) { in ubi_io_read_ec_hdr() 1198 err = ubi_io_read(ubi, ec_hdr, pnum, 0, UBI_EC_HDR_SIZE); in self_check_peb_ec_hdr()
|
D | build.c | 722 ubi->ec_hdr_alsize = ALIGN(UBI_EC_HDR_SIZE, ubi->hdrs_min_io_size); in io_init() 759 if (ubi->vid_hdr_offset < UBI_EC_HDR_SIZE || in io_init()
|
D | debug.c | 65 ec_hdr, UBI_EC_HDR_SIZE, 1); in ubi_dump_ec_hdr()
|