Home
last modified time | relevance | path

Searched defs:GET_32_DATA (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_bin_parse.h7 #define GET_32_DATA(w, x, y, z) ((unsigned int)(((w) << 24) | ((x) << 16) | ((y) << 8) | (z))) macro
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_bin_parse.h9 #define GET_32_DATA(w, x, y, z) ((unsigned int)((((uint8_t)w) << 24) | (((uint8_t)x) << 16) | (((u… macro