Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/imx/imx8m/
H A Dddrphy_utils.c73 unsigned int string_index, arg __maybe_unused; in decode_streaming_message() local
76 string_index = get_stream_message(); in decode_streaming_message()
77 debug("PMU String index = 0x%08x\n", string_index); in decode_streaming_message()
78 while (i < (string_index & 0xffff)) { in decode_streaming_message()