Lines Matching full:dpaa2
57 /* Flags for DPAA2 devices as resources. */
58 #define DPAA2_MC_DEV_ALLOCATABLE 0x01u /* to be managed by DPAA2-specific rman */
59 #define DPAA2_MC_DEV_ASSOCIATED 0x02u /* to obtain info about DPAA2 device */
60 #define DPAA2_MC_DEV_SHAREABLE 0x04u /* to be shared among DPAA2 devices */
62 struct dpaa2_mc_devinfo; /* about managed DPAA2 devices */
65 * @brief Software context for the DPAA2 Management Complex (MC) driver.
89 /* For allocatable managed DPAA2 objects. */
95 /* For managed DPAA2 objects. */
112 * @brief Software context for the DPAA2 Resource Container (RC) driver.
126 * @brief Information about MSI messages supported by the DPAA2 object.
128 * msi_msgnum: Number of MSI messages supported by the DPAA2 object.
129 * msi_alloc: Number of MSI messages allocated for the DPAA2 object.
139 * @brief Information about DPAA2 device.
144 * id: ID of a logical DPAA2 object resource.
146 * icid: Isolation context ID of the DPAA2 object. It is shared
149 * dtype: Type of the DPAA2 object.
150 * resources: Resources available for this DPAA2 device.
151 * msi: Information about MSI messages supported by the DPAA2 object.
166 * DPAA2 object might or might not have its own portal allocated to
205 /* For DPAA2 MC bus interface. */