Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_bin_parse.c56 #define BigLittleSwap16(A) ((((aw_uint16)(A) & 0xff00) >> 8) | \ macro
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_bin_parse.c59 #define BigLittleSwap16(A) ((((aw_uint16)(A) & 0xff00) >> 8) | \ macro