Searched defs:bin2bcd (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | bcd.h | 18 static inline unsigned int bin2bcd(unsigned int val) in bin2bcd() function |
/openbmc/linux/include/linux/ | ||
H A D | bcd.h | 12 #define bin2bcd(x) \ macro |