Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dtables.c56 u32 rom_table_start = ROM_TABLE_ADDR; in write_tables() local
65 rom_table_end = table_write_funcs[i](rom_table_start); in write_tables()
69 table_size = rom_table_end - rom_table_start; in write_tables()
81 rom_table_start = rom_table_end; in write_tables()