Home
last modified time | relevance | path

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

/u-boot/lib/fwu_updates/
A Dfwu.c133 active_bank = mdata->active_index; in in_trial_state()
318 *active_idx = mdata.active_index; in fwu_get_active_index()
355 mdata.previous_active_index = mdata.active_index; in fwu_set_active_index()
356 mdata.active_index = active_idx; in fwu_set_active_index()
471 cur_active_index = mdata.active_index; in fwu_revert_boot_index()
472 mdata.active_index = mdata.previous_active_index; in fwu_revert_boot_index()
/u-boot/include/
A Dfwu_mdata.h61 uint32_t active_index; member
/u-boot/test/dm/
A Dfwu_mdata.c123 active_idx = (mdata.active_index + 1) % CONFIG_FWU_NUM_BANKS; in dm_test_fwu_mdata_write()
127 ut_asserteq(mdata.active_index, active_idx); in dm_test_fwu_mdata_write()
/u-boot/cmd/
A Dfwu_mdata.c25 printf("active_index: %#x\n", mdata->active_index); in print_mdata()
/u-boot/doc/usage/cmd/
A Dfwu_mdata.rst28 active_index: 0x0

Completed in 8 milliseconds