Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_bin_parse.c54 typedef unsigned long int aw_uint32; typedef
59 #define BigLittleSwap32(A) ((((aw_uint32)(A) & 0xff000000) >> 24) | \
60 (((aw_uint32)(A) & 0x00ff0000) >> 8) | \
61 (((aw_uint32)(A) & 0x0000ff00) << 8) | \
62 (((aw_uint32)(A) & 0x000000ff) << 24))
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_bin_parse.c57 typedef unsigned long int aw_uint32; typedef
62 #define BigLittleSwap32(A) ((((aw_uint32)(A) & 0xff000000) >> 24) | \
63 (((aw_uint32)(A) & 0x00ff0000) >> 8) | \
64 (((aw_uint32)(A) & 0x0000ff00) << 8) | \
65 (((aw_uint32)(A) & 0x000000ff) << 24))