Lines Matching +full:port +full:- +full:mapping
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
51 u_long num_mport; /**< number of master port descriptors */
52 u_long num_dport; /**< number of slave port descriptors */
53 u_long num_mwrap; /**< number of master wrapper slave port descriptors */
54 u_long num_swrap; /**< number of slave wrapper slave port descriptors */
57 /** EROM master port descriptor. */
59 uint8_t port_num; /**< the port number (bus-unique) */
60 uint8_t port_vid; /**< the port VID. A single physical
61 master port may have multiple VIDs;
62 the canonical port address is
63 composed of the port number + the
64 port VID */
67 /** EROM slave port region descriptor. */
69 uint8_t region_port; /**< the slave port mapping this region */
70 uint8_t region_type; /**< the mapping port's type */