Lines Matching refs:board
60 * Locate the Board Configuration data using heuristics.
68 static const struct ar531x_boarddata *board = NULL;
72 if (board == NULL) {
99 board = (const struct ar531x_boarddata *) ptr;
103 return board;
108 * to the board configuration data.
114 const struct ar531x_boarddata *board;
118 board = ar5312_get_board_info();
119 if (board == NULL)
121 baddr = (const uint8_t *) board;