Searched refs:IS_MAX_REV_SET (Results 1 – 2 of 2) sorted by relevance
20 #define IS_MAX_REV_SET(max_chip_rev_full) \ macro85 if ((IS_MAX_REV_SET(max_rev) && (revision > max_rev) && in check_chip_validity()
30 #define IS_MAX_REV_SET(max_chip_rev_full) (((max_chip_rev_full) != 65535) && ((max_chip_rev_full) !… macro83 …if ((IS_MAX_REV_SET(max_rev) && (revision > max_rev) && !efuse_ll_get_disable_wafer_version_major(… in bootloader_common_check_chip_validity()