Searched refs:BCD (Results 1 – 2 of 2) sorted by relevance
24 #define BCD(x) ((((x) / 10) << 4) | ((x) / 10)) macro58 #define BCDDEVICE_RELNUM (BCD(KERNEL_VERSION_MAJOR) << 8 | \59 BCD(KERNEL_VERSION_MINOR))