Searched refs:version_num_patch (Results 1 - 4 of 4) sorted by last modified time

/u-boot/test/dm/
H A Dacpi.c30 (((version_num_patch / 10) % 10) << 12) | \
31 ((version_num_patch % 10) << 8) | \
/u-boot/lib/acpi/
H A Dacpi_table.c30 (((version_num_patch / 10) % 10) << 12) | \
31 ((version_num_patch % 10) << 8) | \
/u-boot/common/
H A Dversion.c16 const unsigned char version_num_patch = U_BOOT_VERSION_NUM_PATCH; variable
/u-boot/include/
H A Dversion_string.h8 extern const unsigned char version_num_patch;

Completed in 68 milliseconds