Home
last modified time | relevance | path

Searched refs:_priority (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c57 #define BHNDB_CLASS_PRIO(_devclass, _priority, ...) { \ argument
61 .priority = (BHNDB_PRIORITY_ ## _priority), \
78 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority, ...) \ argument
79 _BHNDB_PORT_PRIO(_type, _port, _region, _priority, ## __VA_ARGS__, 0)
81 #define _BHNDB_PORT_PRIO(_type, _port, _region, _priority, _flags, ...) \ argument
86 .priority = (BHNDB_PRIORITY_ ## _priority), \
92 #define BHNDB_PORT0_PRIO(_type, _priority, ...) \ argument
93 BHNDB_PORT_PRIO(_type, 0, 0, _priority, ## __VA_ARGS__, 0)