Lines Matching +full:resource +full:- +full:id
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
52 #include <machine/resource.h>
93 #define TWS_MAX_32BIT_SG_ELEMENTS 93 /* max 32-bit sg elements */
94 #define TWS_MAX_64BIT_SG_ELEMENTS 46 /* max 64-bit sg elements */
152 struct resource *tbl_res;
202 /* ------------ boolean types ------------------- */
211 /* ----------- per instance data ---------------- */
213 /* The softc holds our per-instance data. */
217 u_int32_t device_id; /* device id */
218 u_int32_t subvendor_id; /* device id */
219 u_int32_t subdevice_id; /* device id */
224 struct resource *reg_res; /* register interface window */
225 struct resource *mfa_res; /* mfa interface window */
226 int reg_res_id; /* register resource id */
227 int mfa_res_id; /* register resource id */
233 struct resource *irq_res[TWS_MAX_IRQS];/* interrupt resource */
234 int irq_res_id[TWS_MAX_IRQS]; /* intr resource id */
245 u_int32_t seq_id; /* Sequence id */
250 boolean is64bit; /* True - 64bit else 32bit */