Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_bin_parse.c53 typedef unsigned short int aw_uint16; typedef
56 #define BigLittleSwap16(A) ((((aw_uint16)(A) & 0xff00) >> 8) | \
57 (((aw_uint16)(A) & 0x00ff) << 8))
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_bin_parse.c56 typedef unsigned short int aw_uint16; typedef
59 #define BigLittleSwap16(A) ((((aw_uint16)(A) & 0xff00) >> 8) | \
60 (((aw_uint16)(A) & 0x00ff) << 8))