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