Home
last modified time | relevance | path

Searched refs:UBI_SPL_VOL_IDS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.h17 #define UBI_SPL_VOL_IDS CONFIG_SPL_UBI_VOL_IDS macro
113 struct ubi_vol_info volinfo[UBI_SPL_VOL_IDS];
H A Dubispl.c215 if (vol_id >= UBI_SPL_VOL_IDS || vh->vol_type != UBI_VID_STATIC) in ubi_scan_vid_hdr()
236 if (vol_id >= UBI_SPL_VOL_IDS || vol_type != UBI_STATIC_VOLUME) in assign_aeb_to_av()
851 if (vol_id >= UBI_SPL_VOL_IDS) in ipl_load()