Home
last modified time | relevance | path

Searched refs:API_SEARCH_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/examples/api/
H A Dglue.h15 #define API_SEARCH_LEN (3 * 1024 * 1024) /* 3MB search range */ macro
H A Dglue.c53 search_end = search_start + API_SEARCH_LEN - API_SIG_MAGLEN; in api_search_sig()