Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dusbaudio.h135 #define combine_word(s) ((*(s)) | ((unsigned int)(s)[1] << 8)) macro
136 #define combine_triple(s) (combine_word(s) | ((unsigned int)(s)[2] << 16))
H A Dhelper.c20 case 2: return combine_word(bytes); in snd_usb_combine_bytes()