Searched refs:OPT_BHND_GV (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c949 #define OPT_BHND_GV(_dest, _name, _default) do { \ macro
978 OPT_BHND_GV(info->board_vendor, BOARDVENDOR, 0);
979 OPT_BHND_GV(info->board_type, BOARDTYPE, 0); /* srom >= 2 */
983 OPT_BHND_GV(info->board_flags2, BOARDFLAGS2, 0); /* srom >= 4 */
984 OPT_BHND_GV(info->board_flags3, BOARDFLAGS3, 0); /* srom >= 11 */

Completed in 112 milliseconds