Lines Matching refs:board
45 * This file provides code to locate board-specific configuration and radio
79 * Locate the Board Configuration data using heuristics.
87 static const struct ar531x_boarddata *board = NULL;
90 if (board == NULL) {
99 board = (const struct ar531x_boarddata *) ptr;
103 return board;
108 * board configuration data.
114 const struct ar531x_boarddata *board;
120 board = ar5315_get_board_info();
121 if (board == NULL)
123 baddr = (const uint8_t *) board;