Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dlastbus_v2.c18 static uint64_t gray_code_to_binary(uint64_t gray_code) in gray_code_to_binary() function
41 bin_code = gray_code_to_binary(gray_code); in lastbus_dump_monitor()