Home
last modified time | relevance | path

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

/sound/usb/
Dusbaudio.h103 #define combine_word(s) ((*(s)) | ((unsigned int)(s)[1] << 8)) macro
104 #define combine_triple(s) (combine_word(s) | ((unsigned int)(s)[2] << 16))
Dhelper.c33 case 2: return combine_word(bytes); in snd_usb_combine_bytes()