Searched refs:__LSB (Results 1 – 1 of 1) sorted by relevance
17 #define __LSB(x) ((x) & 0xFF) macro18 #define tpm_u16(x) __MSB(x), __LSB(x)