Searched refs:max_part (Results 1 – 5 of 5) sorted by relevance
| /u-boot/test/boot/ |
| A D | bootflow.c | 284 ut_asserteq(0, iter.max_part); in bootflow_iter() 300 ut_asserteq(0, iter.max_part); in bootflow_iter() 311 ut_asserteq(0x1e, iter.max_part); in bootflow_iter() 321 ut_asserteq(0x1e, iter.max_part); in bootflow_iter() 332 ut_asserteq(0x1e, iter.max_part); in bootflow_iter() 342 ut_asserteq(0x1e, iter.max_part); in bootflow_iter() 353 ut_asserteq(0x1e, iter.max_part); in bootflow_iter()
|
| /u-boot/include/ |
| A D | bootflow.h | 215 int max_part; member
|
| /u-boot/boot/ |
| A D | bootflow.c | 203 if (++iter->part <= iter->max_part) in iter_incr() 215 iter->max_part = 0; in iter_incr()
|
| A D | bootdev-uclass.c | 160 iter->max_part = 3; in bootdev_find_in_blk() 171 iter->max_part = MAX_PART_PER_BOOTDEV; in bootdev_find_in_blk()
|
| /u-boot/doc/develop/ |
| A D | bootstd.rst | 539 1. It also means that `max_part` is 0, i.e. the maximum partition number we know 580 `max_part`, which is initially zero for all bootdevs. If we find a partition 581 table on that bootdev, `max_part` can be updated during the iteration to a
|
Completed in 15 milliseconds