OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UBI_EC_HDR_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/mtd/ubi/
ubi-media.h
103
#define
UBI_EC_HDR_SIZE
sizeof(struct ubi_ec_hdr)
107
#define UBI_EC_HDR_SIZE_CRC (
UBI_EC_HDR_SIZE
- sizeof(__be32))
io.c
734
read_err = ubi_io_read(ubi, ec_hdr, pnum, 0,
UBI_EC_HDR_SIZE
);
760
if (ubi_check_pattern(ec_hdr, 0xFF,
UBI_EC_HDR_SIZE
)) {
[
all
...]
build.c
722
ubi->ec_hdr_alsize = ALIGN(
UBI_EC_HDR_SIZE
, ubi->hdrs_min_io_size);
759
if (ubi->vid_hdr_offset <
UBI_EC_HDR_SIZE
||
[
all
...]
debug.c
65
ec_hdr,
UBI_EC_HDR_SIZE
, 1);
Completed in 1741 milliseconds