Searched refs:toload (Results 1 - 3 of 3) sorted by path

/u-boot/drivers/mtd/ubispl/
H A Dubispl.c410 if (!test_bit(vol_id, ubi->toload))
432 if (!test_bit(vol_id, ubi->toload))
1102 generic_set_bit(lv->vol_id, ubi->toload);
H A Dubispl.h75 * @toload: Bitmap to indicate the volumes which should be loaded
78 * @volinfo: The volume information of the interesting (toload)
111 unsigned long toload[UBI_FM_BM_SIZE]; member in struct:ubi_scan_info
/u-boot/net/
H A Dtftp.c379 int toload = tftp_block_size; local
380 int loaded = load_block(tftp_cur_block, pkt, toload);
384 tftp_put_final_block_sent = (loaded < toload);

Completed in 92 milliseconds