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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dusbaudio.h94 #define combine_word(s) ((*(s)) | ((unsigned int)(s)[1] << 8)) macro
95 #define combine_triple(s) (combine_word(s) | ((unsigned int)(s)[2] << 16))
H A Dhelper.c32 case 2: return combine_word(bytes);

Completed in 67 milliseconds