Searched refs:max_chip_rev_full (Results 1 – 3 of 3) sorted by relevance
20 #define IS_MAX_REV_SET(max_chip_rev_full) \ argument21 (((max_chip_rev_full) != 65535) && ((max_chip_rev_full) != 0))83 unsigned int max_rev = img_hdr->max_chip_rev_full; in check_chip_validity()
30 #define IS_MAX_REV_SET(max_chip_rev_full) (((max_chip_rev_full) != 65535) && ((max_chip_rev_full) !… argument82 unsigned max_rev = img_hdr->max_chip_rev_full; in bootloader_common_check_chip_validity()
91 …uint16_t max_chip_rev_full; /*!< Maximal chip revision supported by image, in format: major * 100 … member