Home
last modified time | relevance | path

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

/openbmc/linux/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); in ata_ct_s16le()
361 data = le2be16(data) ^ 0x8000; in ata_ct_u16le()
692 data = le2be16(data); in ata_ctx_s16le()
750 data = le2be16(data) ^ 0x8000; in ata_ctx_u16le()