Searched defs:min_rev (Results 1 – 3 of 3) sorted by relevance
31 #define ESP_CHIP_REV_ABOVE(rev, min_rev) ((min_rev) <= (rev)) argument32 #define ESP_CHIP_REV_MAJOR_AND_ABOVE(rev, min_rev) (((rev) / 100 == (min_rev) / 100) && ((rev) >= (… argument
71 unsigned int min_rev = img_hdr->min_chip_rev_full; in check_chip_validity() local
72 unsigned min_rev = img_hdr->min_chip_rev_full; in bootloader_common_check_chip_validity() local