Home
last modified time | relevance | path

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

/sof-2.7.6/tools/sof_ri_info/
Dsof_ri_info.py370 def mod_type_to_string(mod_type): argument
375 if (mod_type & 0xf) == 0:
377 elif (mod_type & 0xf) == 1:
380 if ((mod_type >> 4) & 0x1) == 1:
383 if ((mod_type >> 5) & 0x1) == 1:
386 if ((mod_type >> 6) & 0x1) == 1: