Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-utils.h16 #define __MSB(x) ((x) >> 8) macro
18 #define tpm_u16(x) __MSB(x), __LSB(x)