Searched refs:name_tag (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/ti/common/
H A Dboard_detect.h317 * @name_tag: Tag used in eeprom for the board
322 bool board_ti_is(char *name_tag);
326 * @name_tag: Tag used in eeprom for the board
331 bool board_ti_k3_is(char *name_tag);
459 static inline bool board_ti_is(char *name_tag) { return false; }; argument
460 static inline bool board_ti_k3_is(char *name_tag) { return false; }; argument
H A Dboard_detect.c581 bool __maybe_unused board_ti_k3_is(char *name_tag) argument
587 return !strncmp(ep->name, name_tag, AM6_EEPROM_HDR_NAME_LEN);
590 bool __maybe_unused board_ti_is(char *name_tag) argument
596 return !strncmp(ep->name, name_tag, TI_EEPROM_HDR_NAME_LEN);

Completed in 153 milliseconds