Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_bin_parse.c59 #define BigLittleSwap32(A) ((((aw_uint32)(A) & 0xff000000) >> 24) | \ macro
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_bin_parse.c62 #define BigLittleSwap32(A) ((((aw_uint32)(A) & 0xff000000) >> 24) | \ macro