Searched refs:const_bcd2bin (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dbcd.h8 const_bcd2bin(x) : \
16 #define const_bcd2bin(x) (((x) & 0x0f) + ((x) >> 4) * 10) macro

Completed in 25 milliseconds