Searched refs:adjust_current_pointer (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/coreboot/util/amdfwtool/ |
H A D | amdfwtool.c | 470 static void adjust_current_pointer(context *ctx, uint32_t add, uint32_t align) in adjust_current_pointer() function 486 adjust_current_pointer(ctx, 0, TABLE_ERASE_ALIGNMENT); in new_psp_dir() 488 adjust_current_pointer(ctx, 0, TABLE_ALIGNMENT); in new_psp_dir() 495 adjust_current_pointer(ctx, in new_psp_dir() 504 adjust_current_pointer(ctx, 0, TABLE_ALIGNMENT); in new_ish_dir() 506 adjust_current_pointer(ctx, TABLE_ALIGNMENT, 1); in new_ish_dir() 515 adjust_current_pointer(ctx, 0, TABLE_ALIGNMENT); in new_combo_dir() 518 adjust_current_pointer(ctx, in new_combo_dir() 539 adjust_current_pointer(ctx, 0, TABLE_ALIGNMENT); in fill_dir_header() 705 adjust_current_pointer(ctx, 0, BLOB_ALIGNMENT); in integrate_firmwares() [all …]
|