Searched defs:bd_info (Results 1 – 3 of 3) sorted by relevance
605 struct bd_info { struct606 enum board_type type; /* Type of board */607 enum board_state state; /* current state of this board */608 int board; /* board number */609 int fhc_compid; /* fhc component id */610 int ac_compid; /* ac component id */611 char prom_rev[64]; /* best guess as to what is needed */612 union bd_un bd;
83 struct bd_info bd_info; member
1055 bd_info(apd_t *a, cfga_info_t info, int parsable) in bd_info() function