Searched refs:le2be16 (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/oss/dmasound/
H A Ddmasound.h43 #define le2be16(x) (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff)) macro
H A Ddmasound_paula.c289 #define AMI_CT_S16LE(x) (le2be16((x)))
290 #define AMI_CT_U16LE(x) (le2be16((x)) ^ 0x8000)
H A Ddmasound_atari.c320 data = le2be16(data);
361 data = le2be16(data) ^ 0x8000;
692 data = le2be16(data);
750 data = le2be16(data) ^ 0x8000;

Completed in 123 milliseconds