Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c65 static inline uint32_t getBCD(uint16_t value) in getBCD() function
588 pHead->version = (getBCD(gOpts.major) << 8) | getBCD(gOpts.minor); in mergetrust()
H A Dboot_merger.c529 static inline uint32_t getBCD(unsigned short value) in getBCD() function
758 hdr->version = (getBCD(gOpts.major) << 8) | getBCD(gOpts.minor); in getBoothdr()