Searched refs:bin2bcd (Results 1 – 2 of 2) sorted by relevance
12 #define bin2bcd(x) \ macro
572 bcdDevice = bin2bcd(LINUX_VERSION_MAJOR) << 8; in get_default_bcdDevice()573 bcdDevice |= bin2bcd(LINUX_VERSION_PATCHLEVEL); in get_default_bcdDevice()