Lines Matching +full:board +full:- +full:specific
1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
26 * This is board-specific data that is stored in a "known"
30 * start of Board Configuration. Typically one gives up if
34 uint32_t magic; /* board data is valid */
39 char boardName[64]; /* Name of board */
40 uint16_t major; /* Board major number */
41 uint16_t minor; /* Board minor number */
42 uint32_t config; /* Board configuration */
80 * Board support data. The driver is required to locate
81 * and fill-in this information before passing a reference to
86 const struct ar531x_boarddata *board; /* board config data */ member