Lines Matching full:board
209 * A bhnd(4) board match descriptor.
226 uint16_t board_vendor; /**< required board vendor */
227 uint16_t board_type; /**< required board type */
228 uint16_t board_devid; /**< required board devid */
229 struct bhnd_hwrev_match board_rev; /**< matching board revisions */
230 struct bhnd_hwrev_match board_srom_rev; /**< matching board srom revisions */
240 /** Set the required board vendor within a bhnd match descriptor */
243 /** Set the required board type within a bhnd match descriptor */
247 /** Set the required board devid within a bhnd match descriptor */
255 /** Set the required board revision range within a bhnd match descriptor */
259 /** Set the required board vendor and type within a bhnd match descriptor */
266 * @warning Matching on board attributes relies on NVRAM access, and will
306 uint16_t board_vendor; /**< required board vendor */
307 uint16_t board_type; /**< required board type */
308 uint16_t board_devid; /**< required board devid */
309 struct bhnd_hwrev_match board_rev; /**< matching board revisions */
310 struct bhnd_hwrev_match board_srom_rev; /**< matching board srom revisions */