Lines Matching full:required
115 uint16_t core_vendor; /**< required JEP106 device vendor */
116 uint16_t core_id; /**< required core ID */
118 bhnd_devclass_t core_class; /**< required bhnd class */
119 u_int core_idx; /**< required core index */
120 int core_unit; /**< required core unit */
164 uint16_t chip_id; /**< required chip id */
166 uint8_t chip_pkg; /**< required package */
167 uint8_t chip_type; /**< required chip type (BHND_CHIPTYPE_*) */
176 /** Set the required chip ID within a bhnd match descriptor */
180 /** Set the required chip revision range within a bhnd match descriptor */
184 /** Set the required package ID within a bhnd match descriptor */
188 /** Set the required chip type within a bhnd match descriptor */
192 /** Set the required chip and package ID within a bhnd match descriptor */
196 /** Set the required chip ID, package ID, and revision within a bhnd_device_match
203 /** Set the required chip ID and revision within a bhnd_device_match
226 uint16_t board_vendor; /**< required board vendor */
227 uint16_t board_type; /**< required board type */
228 uint16_t board_devid; /**< required board devid */
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 */
251 /** Set the required SROM revision range 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 */
294 uint16_t core_vendor; /**< required JEP106 device vendor */
295 uint16_t core_id; /**< required core ID */
297 bhnd_devclass_t core_class; /**< required bhnd class */
298 u_int core_idx; /**< required core index */
299 int core_unit; /**< required core unit */
301 uint16_t chip_id; /**< required chip id */
303 uint8_t chip_pkg; /**< required package */
304 uint8_t chip_type; /**< required chip type (BHND_CHIPTYPE_*) */
306 uint16_t board_vendor; /**< required board vendor */
307 uint16_t board_type; /**< required board type */
308 uint16_t board_devid; /**< required board devid */