Lines Matching +full:port +full:- +full:mapping
1 /*-
53 BHNDB_REGWIN_T_CORE, /**< Fixed mapping of a core port region. */
54 BHNDB_REGWIN_T_SPROM, /**< Fixed mapping of device SPROM */
60 * Evaluates to true if @p _rt defines a static mapping.
83 /** Core-specific register window (BHNDB_REGWIN_T_CORE). */
87 bhnd_port_type port_type; /**< mapped port type */
88 u_int port; /**< mapped port number */ member
137 * higher-priority requests. */
154 * resource, an in-use resource should be borrowed to fulfill the
158 * during Wi-Fi driver operation on early PCI Wi-Fi devices
160 * window mapping; on such devices, device and firmware semantics
161 * guarantee the safety of -- after disabling interrupts -- borrowing
169 * Port resource priority descriptor.
172 bhnd_port_type type; /**< port type. */
173 u_int port; /**< port */ member
175 bhndb_priority_t priority; /**< port priority */
176 uint32_t alloc_flags; /**< port allocation flags (@see bhndb_alloc_flags) */
184 bhndb_priority_t priority; /**< core-level priority */
185 const struct bhndb_port_priority *ports; /**< port priorities */
186 u_int num_ports; /**< number of port priority records. */