Home
last modified time | relevance | path

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

/linux/sound/oss/dmasound/
H A Ddmasound.h43 #define le2be16(x) (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff)) macro
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()