Home
last modified time | relevance | path

Searched refs:UBI_VTBL_RECORD_SIZE (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mtd/ubi/
A Dubi-media.h315 #define UBI_VTBL_RECORD_SIZE sizeof(struct ubi_vtbl_record) macro
318 #define UBI_VTBL_RECORD_SIZE_CRC (UBI_VTBL_RECORD_SIZE - sizeof(__be32))
A Dvtbl.c196 UBI_VTBL_RECORD_SIZE)) {
506 memcpy(&vtbl[i], &empty_vtbl_record, UBI_VTBL_RECORD_SIZE);
791 ubi->vtbl_slots = ubi->leb_size / UBI_VTBL_RECORD_SIZE;
795 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE;
/u-boot/drivers/mtd/ubispl/
A Dubispl.c125 UBI_VTBL_RECORD_SIZE)) { in vtbl_check()

Completed in 8 milliseconds