Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbcd.h9 const_bcd2bin(x) : \
17 #define const_bcd2bin(x) (((x) & 0x0f) + ((x) >> 4) * 10) macro