Home
last modified time | relevance | path

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

/linux-2.6.39/sound/usb/
Dusbaudio.h99 #define combine_word(s) ((*(s)) | ((unsigned int)(s)[1] << 8)) macro
100 #define combine_triple(s) (combine_word(s) | ((unsigned int)(s)[2] << 16))
Dhelper.c32 case 2: return combine_word(bytes); in snd_usb_combine_bytes()