Home
last modified time | relevance | path

Searched defs:le2be16 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound.h43 #define le2be16(x) (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff)) macro
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound.h43 #define le2be16(x) (((x)<<8 & 0xff00) | ((x)>>8 & 0x00ff)) macro

Completed in 2 milliseconds