Home
last modified time | relevance | path

Searched refs:vid_offset (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/doc/
DREADME.ubispl96 info.vid_offset = MY_NAND_UBI_VID_OFFS;
116 info.vid_offset = flash_info.vid_offset;
/external/u-boot/include/
Dubispl.h62 u32 vid_offset; member
/external/u-boot/drivers/mtd/ubispl/
Dubispl.h89 unsigned long vid_offset; member
Dubispl.c63 res = ubi_io_read(ubi, vh, pnum, ubi->vid_offset, sizeof(*vh)); in ubi_io_read_vid_hdr()
889 ubi->vid_offset = info->vid_offset; in ubispl_load_volumes()
/external/u-boot/common/spl/
Dspl_ubi.c43 info.vid_offset = CONFIG_SPL_UBI_VID_OFFSET; in spl_ubi_load_image()