Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/
H A Dtimestamp.h27 void timestamp_rescale_table(uint16_t N, uint16_t M);
41 #define timestamp_rescale_table(N, M) macro
/aosp_15_r20/external/coreboot/src/drivers/amd/agesa/
H A Dstate_machine.c125 timestamp_rescale_table(1, 4); in romstage_dispatch()
139 timestamp_rescale_table(1, 4); in romstage_dispatch()
/aosp_15_r20/external/coreboot/tests/lib/
H A Dtimestamp-test.c89 timestamp_rescale_table(2, 4); in test_timestamp_rescale_table()
/aosp_15_r20/external/coreboot/src/lib/
H A Dtimestamp.c241 void timestamp_rescale_table(uint16_t N, uint16_t M) in timestamp_rescale_table() function