Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-utils.h17 #define __LSB(x) ((x) & 0xFF) macro
18 #define tpm_u16(x) __MSB(x), __LSB(x)